Searched defs:IsolatedContext (Results 1 – 2 of 2) sorted by relevance
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | IsolatedContext.java | 49 public class IsolatedContext extends ContextWrapper { class 56 public IsolatedContext(Context base, String tag, boolean asFuseThread) { in IsolatedContext() method in IsolatedContext 60 public IsolatedContext(Context base, String tag, boolean asFuseThread, in IsolatedContext() method in IsolatedContext 65 public IsolatedContext(Context base, String tag, boolean asFuseThread, in IsolatedContext() method in IsolatedContext 70 public IsolatedContext(Context base, String tag, boolean asFuseThread, in IsolatedContext() method in IsolatedContext 75 public IsolatedContext(Context base, String tag, boolean asFuseThread, in IsolatedContext() method in IsolatedContext
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/dagger/ |
D | LauncherComponentProviderTest.kt | 70 inner class IsolatedContext : ContextWrapper(app.createPackageContext(TEST_PACKAGE, 0)) { class in com.android.launcher3.dagger.LauncherComponentProviderTest
|