Methods Summary |
---|
public android.content.ContentProviderResult[] | applyBatch(java.util.ArrayList operations) throw new RuntimeException("Stub!");
|
public int | bulkInsert(android.net.Uri url, android.content.ContentValues[] initialValues) throw new RuntimeException("Stub!");
|
public android.os.Bundle | call(java.lang.String method, java.lang.String arg, android.os.Bundle extras) throw new RuntimeException("Stub!");
|
public final android.net.Uri | canonicalize(android.net.Uri url) throw new RuntimeException("Stub!");
|
public int | delete(android.net.Uri url, java.lang.String selection, java.lang.String[] selectionArgs) throw new RuntimeException("Stub!");
|
protected void | finalize() throw new RuntimeException("Stub!");
|
public android.content.ContentProvider | getLocalContentProvider() throw new RuntimeException("Stub!");
|
public java.lang.String[] | getStreamTypes(android.net.Uri url, java.lang.String mimeTypeFilter) throw new RuntimeException("Stub!");
|
public java.lang.String | getType(android.net.Uri url) throw new RuntimeException("Stub!");
|
public android.net.Uri | insert(android.net.Uri url, android.content.ContentValues initialValues) throw new RuntimeException("Stub!");
|
public android.content.res.AssetFileDescriptor | openAssetFile(android.net.Uri url, java.lang.String mode) throw new RuntimeException("Stub!");
|
public android.content.res.AssetFileDescriptor | openAssetFile(android.net.Uri url, java.lang.String mode, android.os.CancellationSignal signal) throw new RuntimeException("Stub!");
|
public android.os.ParcelFileDescriptor | openFile(android.net.Uri url, java.lang.String mode) throw new RuntimeException("Stub!");
|
public android.os.ParcelFileDescriptor | openFile(android.net.Uri url, java.lang.String mode, android.os.CancellationSignal signal) throw new RuntimeException("Stub!");
|
public final android.content.res.AssetFileDescriptor | openTypedAssetFileDescriptor(android.net.Uri uri, java.lang.String mimeType, android.os.Bundle opts) throw new RuntimeException("Stub!");
|
public final android.content.res.AssetFileDescriptor | openTypedAssetFileDescriptor(android.net.Uri uri, java.lang.String mimeType, android.os.Bundle opts, android.os.CancellationSignal signal) throw new RuntimeException("Stub!");
|
public android.database.Cursor | query(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.Cursor | query(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 boolean | release() throw new RuntimeException("Stub!");
|
public final android.net.Uri | uncanonicalize(android.net.Uri url) throw new RuntimeException("Stub!");
|
public int | update(android.net.Uri url, android.content.ContentValues values, java.lang.String selection, java.lang.String[] selectionArgs) throw new RuntimeException("Stub!");
|