FileDocCategorySizeDatePackage
MockContentProvider.javaAPI DocAndroid 5.1 API2095Sat Mar 14 14:09:36 GMT 2015android.test.mock

MockContentProvider

public class MockContentProvider extends android.content.ContentProvider

Fields Summary
Constructors Summary
protected MockContentProvider()

 throw new RuntimeException("Stub!"); 
public MockContentProvider(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public MockContentProvider(android.content.Context context, String readPermission, String writePermission, android.content.pm.PathPermission[] pathPermissions)

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

 throw new RuntimeException("Stub!"); 
public voidattachInfo(android.content.Context context, android.content.pm.ProviderInfo info)

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

 throw new RuntimeException("Stub!"); 
public intdelete(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.StringgetType(android.net.Uri uri)

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

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

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

 throw new RuntimeException("Stub!"); 
public android.database.Cursorquery(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 intupdate(android.net.Uri uri, android.content.ContentValues values, java.lang.String selection, java.lang.String[] selectionArgs)

 throw new RuntimeException("Stub!");