Searched defs:testContext (Results 1 – 11 of 11) sorted by relevance
97 final Context testContext = in testDisplayIdForTestContext() local106 final Context testContext = in testDisplayIdForDefaultDisplayContext() local119 final Context testContext = in testStartActivityAsUserNullIntentNullUser() local127 final Context testContext = in testStartActivityAsUserNullIntentNonNullUser() local135 final Context testContext = in testStartActivityAsUserNonNullIntentNullUser() local143 final Context testContext = in testStartActivityAsUserNonNullIntentNonNullUser() local270 final Context testContext = in testDeviceIdForTestContext() local
45 final Context testContext = InstrumentationRegistry.getInstrumentation() in testPrivateApiGetInstance() local
56 private val testContext = StandardTestDispatcher() constant in com.android.systemui.statusbar.pipeline.airplane.data.repository.AirplaneModeRepositoryImplTest
191 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local199 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
56 final Context testContext = getInstrumentation().getContext(); in setUp() local
87 final Context testContext = getInstrumentation().getContext(); in setUp() local
107 TestContext testContext; in doRun() local
88 final Context testContext = getInstrumentation().getContext(); in setUp() local
109 final Context testContext = getInstrumentation().getContext(); in setUp() local
232 test::TestContext testContext; in RENDERTHREAD_TEST() local
3589 MyMockContext(Context testContext, Context mockContext) { in MyMockContext()