Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContextTest.java75 final Context testContext = in testDisplayIdForTestContext() local
83 final Context testContext = in testDisplayIdForDefaultDisplayContext() local
95 final Context testContext = in testStartActivityAsUserNullIntentNullUser() local
102 final Context testContext = in testStartActivityAsUserNullIntentNonNullUser() local
109 final Context testContext = in testStartActivityAsUserNonNullIntentNullUser() local
116 final Context testContext = in testStartActivityAsUserNonNullIntentNonNullUser() local
232 final Context testContext = in testDeviceIdForTestContext() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodManagerTest.java45 final Context testContext = InstrumentationRegistry.getInstrumentation() in testPrivateApiGetInstance() local
/aosp14/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java191 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local
199 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
H A DTraceBufferTest.java56 final Context testContext = getInstrumentation().getContext(); in setUp() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTracingTest.java87 final Context testContext = getInstrumentation().getContext(); in setUp() local
/aosp14/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp107 TestContext testContext; in doRun() local
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/protolog/
H A DProtoLogImplTest.java85 final Context testContext = getInstrumentation().getContext(); in setUp() local
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp207 test::TestContext testContext; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3478 MyMockContext(Context testContext, Context mockContext) { in MyMockContext()