Searched refs:TestContext (Results 1 - 8 of 8) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastActivityTestCase.java30 protected TestContext mContext;
41 mContext = new TestContext(getInstrumentation().getTargetContext());
80 public static class TestContext extends ContextWrapper { class in class:CellBroadcastActivityTestCase
82 private static final String TAG = TestContext.class.getSimpleName();
86 public TestContext(Context base) { method in class:CellBroadcastActivityTestCase.TestContext
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
H A DTestContext.java26 public final class TestContext { class
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint/
H A DFingerprintEnrollIntroductionTest.java44 private TestContext mContext;
59 mContext = new TestContext(getInstrumentation().getTargetContext());
95 public class TestContext extends ContextWrapper { class in class:FingerprintEnrollIntroductionTest
97 public TestContext(Context base) { method in class:FingerprintEnrollIntroductionTest.TestContext
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractDownloadProviderFunctionalTest.java66 protected TestContext mTestContext;
100 static class TestContext extends RenamingDelegatingContext { class in class:AbstractDownloadProviderFunctionalTest
108 public TestContext(Context realContext) { method in class:AbstractDownloadProviderFunctionalTest.TestContext
157 mTestContext = new TestContext(realContext);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapterTest.java44 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
H A DDirectoryAddonsAdapterTest.java51 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java93 final class TestContext extends MockContext { class in class:CarStorageMonitoringTest
94 TestContext(MockContext context) { method in class:CarStorageMonitoringTest.TestContext
350 private TestContext mContext;
357 mContext = new TestContext(super.getCarServiceContext());
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DMenuManagerTest.java33 import com.android.documentsui.dirlist.TestContext;

Completed in 148 milliseconds