Methods Summary |
---|
public android.content.ContentProviderResult[] | applyBatch(java.util.ArrayList operations) throw new RuntimeException("Stub!");
|
public void | attachInfo(android.content.Context context, android.content.pm.ProviderInfo info) throw new RuntimeException("Stub!");
|
public int | bulkInsert(android.net.Uri uri, android.content.ContentValues[] values) throw new RuntimeException("Stub!");
|
public int | delete(android.net.Uri uri, java.lang.String selection, java.lang.String[] selectionArgs) 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 uri) throw new RuntimeException("Stub!");
|
public android.net.Uri | insert(android.net.Uri uri, android.content.ContentValues values) throw new RuntimeException("Stub!");
|
public boolean | onCreate() throw new RuntimeException("Stub!");
|
public android.content.res.AssetFileDescriptor | openTypedAssetFile(android.net.Uri url, java.lang.String mimeType, android.os.Bundle opts) throw new RuntimeException("Stub!");
|
public android.database.Cursor | query(android.net.Uri uri, java.lang.String[] projection, java.lang.String selection, java.lang.String[] selectionArgs, java.lang.String sortOrder) throw new RuntimeException("Stub!");
|
public int | update(android.net.Uri uri, android.content.ContentValues values, java.lang.String selection, java.lang.String[] selectionArgs) throw new RuntimeException("Stub!");
|