Home
last modified time | relevance | path

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

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DAutoContextTest.java30 public void testContext() throws Throwable { in testContext() method in AutoContextTest
DDuplicateContextTest.java30 public void testContext() throws Throwable { in testContext() method in DuplicateContextTest
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java156 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local
185 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local
229 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java191 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local
199 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
/frameworks/base/libs/hwui/tests/microbench/
DFrameBuilderBench.cpp97 TestContext testContext; in getSyncedSceneNode() local
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp121 TestContext testContext; in run() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3184 MyMockContext(Context testContext, Context mockContext) { in MyMockContext()