FileDocCategorySizeDatePackage
IsolatedContext.javaAPI DocAndroid 5.1 API1682Sat Mar 14 14:09:36 GMT 2015android.test

IsolatedContext

public class IsolatedContext extends android.content.ContextWrapper

Fields Summary
Constructors Summary
public IsolatedContext(android.content.ContentResolver resolver, android.content.Context targetContext)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
Methods Summary
public booleanbindService(android.content.Intent service, android.content.ServiceConnection conn, int flags)

 throw new RuntimeException("Stub!"); 
public intcheckUriPermission(android.net.Uri uri, int pid, int uid, int modeFlags)

 throw new RuntimeException("Stub!"); 
public intcheckUriPermission(android.net.Uri uri, java.lang.String readPermission, java.lang.String writePermission, int pid, int uid, int modeFlags)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetAndClearBroadcastIntents()

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

 throw new RuntimeException("Stub!"); 
public java.io.FilegetFilesDir()

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetSystemService(java.lang.String name)

 throw new RuntimeException("Stub!"); 
public android.content.IntentregisterReceiver(android.content.BroadcastReceiver receiver, android.content.IntentFilter filter)

 throw new RuntimeException("Stub!"); 
public voidsendBroadcast(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidsendOrderedBroadcast(android.content.Intent intent, java.lang.String receiverPermission)

 throw new RuntimeException("Stub!"); 
public voidunregisterReceiver(android.content.BroadcastReceiver receiver)

 throw new RuntimeException("Stub!");