Home
last modified time | relevance | path

Searched defs:testContext (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DModelBackedDocumentsAdapterTest.java53 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY); in setUp() local
77 private final Context testContext; field in ModelBackedDocumentsAdapterTest.TestEnvironment
79 private TestEnvironment(Context testContext) { in TestEnvironment()
DSectionBreakDocumentsAdapterWrapperTest.java54 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY); in setUp() local
112 private final Context testContext; field in SectionBreakDocumentsAdapterWrapperTest.TestEnvironment
114 private TestEnvironment(Context testContext) { in TestEnvironment()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DDuplicateContextTest.java30 public void testContext() throws Throwable { in testContext() method in DuplicateContextTest
DAutoContextTest.java30 public void testContext() throws Throwable { in testContext() method in AutoContextTest
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java153 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local
182 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local
226 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java193 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local
202 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp71 TestContext testContext; in run() local
/frameworks/base/libs/hwui/tests/microbench/
DFrameBuilderBench.cpp97 TestContext testContext; in getSyncedSceneNode() local
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DPartnerTest.java172 public TestPackageManager(Context testContext) { in TestPackageManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java352 public MyMockContext(Context testContext) { in MyMockContext()