FileDocCategorySizeDatePackage
ContentProviderClient.javaAPI DocAndroid 5.1 API4160Sat Mar 14 14:09:42 GMT 2015android.content

ContentProviderClient

public class ContentProviderClient extends Object

Fields Summary
Constructors Summary
ContentProviderClient()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.content.ContentProviderResult[]applyBatch(java.util.ArrayList operations)

 throw new RuntimeException("Stub!"); 
public intbulkInsert(android.net.Uri url, android.content.ContentValues[] initialValues)

 throw new RuntimeException("Stub!"); 
public android.os.Bundlecall(java.lang.String method, java.lang.String arg, android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public final android.net.Uricanonicalize(android.net.Uri url)

 throw new RuntimeException("Stub!"); 
public intdelete(android.net.Uri url, java.lang.String selection, java.lang.String[] selectionArgs)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public android.content.ContentProvidergetLocalContentProvider()

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getStreamTypes(android.net.Uri url, java.lang.String mimeTypeFilter)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetType(android.net.Uri url)

 throw new RuntimeException("Stub!"); 
public android.net.Uriinsert(android.net.Uri url, android.content.ContentValues initialValues)

 throw new RuntimeException("Stub!"); 
public android.content.res.AssetFileDescriptoropenAssetFile(android.net.Uri url, java.lang.String mode)

 throw new RuntimeException("Stub!"); 
public android.content.res.AssetFileDescriptoropenAssetFile(android.net.Uri url, java.lang.String mode, android.os.CancellationSignal signal)

 throw new RuntimeException("Stub!"); 
public android.os.ParcelFileDescriptoropenFile(android.net.Uri url, java.lang.String mode)

 throw new RuntimeException("Stub!"); 
public android.os.ParcelFileDescriptoropenFile(android.net.Uri url, java.lang.String mode, android.os.CancellationSignal signal)

 throw new RuntimeException("Stub!"); 
public final android.content.res.AssetFileDescriptoropenTypedAssetFileDescriptor(android.net.Uri uri, java.lang.String mimeType, android.os.Bundle opts)

 throw new RuntimeException("Stub!"); 
public final android.content.res.AssetFileDescriptoropenTypedAssetFileDescriptor(android.net.Uri uri, java.lang.String mimeType, android.os.Bundle opts, android.os.CancellationSignal signal)

 throw new RuntimeException("Stub!"); 
public android.database.Cursorquery(android.net.Uri url, java.lang.String[] projection, java.lang.String selection, java.lang.String[] selectionArgs, java.lang.String sortOrder)

 throw new RuntimeException("Stub!"); 
public android.database.Cursorquery(android.net.Uri url, java.lang.String[] projection, java.lang.String selection, java.lang.String[] selectionArgs, java.lang.String sortOrder, android.os.CancellationSignal cancellationSignal)

 throw new RuntimeException("Stub!"); 
public booleanrelease()

 throw new RuntimeException("Stub!"); 
public final android.net.Uriuncanonicalize(android.net.Uri url)

 throw new RuntimeException("Stub!"); 
public intupdate(android.net.Uri url, android.content.ContentValues values, java.lang.String selection, java.lang.String[] selectionArgs)

 throw new RuntimeException("Stub!");