/**@class android.content.ContentProviderResult implements android.os.Parcelable @extends java.lang.Object Contains the result of the application of a {@link android.content.ContentProviderOperation}. It is guaranteed to have exactly one of {@link #uri} or {@link #count} set. */ var ContentProviderResult = { /***/ uri : "null", /***/ count : "null", /***/ CREATOR : "null", /** */ writeToParcel : function( ) {}, /** */ describeContents : function( ) {}, /** */ toString : function( ) {}, };