Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DContextTest.java97 final Context testContext = in testDisplayIdForTestContext() local
106 final Context testContext = in testDisplayIdForDefaultDisplayContext() local
119 final Context testContext = in testStartActivityAsUserNullIntentNullUser() local
127 final Context testContext = in testStartActivityAsUserNullIntentNonNullUser() local
135 final Context testContext = in testStartActivityAsUserNonNullIntentNullUser() local
143 final Context testContext = in testStartActivityAsUserNonNullIntentNonNullUser() local
270 final Context testContext = in testDeviceIdForTestContext() local
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DInputMethodManagerTest.java45 final Context testContext = InstrumentationRegistry.getInstrumentation() in testPrivateApiGetInstance() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/
DAirplaneModeRepositoryImplTest.kt56 private val testContext = StandardTestDispatcher() constant in com.android.systemui.statusbar.pipeline.airplane.data.repository.AirplaneModeRepositoryImplTest
/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/services/tests/servicestests/src/com/android/server/utils/
DTraceBufferTest.java56 final Context testContext = getInstrumentation().getContext(); in setUp() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTracingTest.java87 final Context testContext = getInstrumentation().getContext(); in setUp() local
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp107 TestContext testContext; in doRun() local
/frameworks/base/tests/Internal/src/com/android/internal/protolog/
DLegacyProtoLogImplTest.java88 final Context testContext = getInstrumentation().getContext(); in setUp() local
DPerfettoProtoLogImplTest.java109 final Context testContext = getInstrumentation().getContext(); in setUp() local
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp232 test::TestContext testContext; in RENDERTHREAD_TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3589 MyMockContext(Context testContext, Context mockContext) { in MyMockContext()