Home
last modified time | relevance | path

Searched defs:context1 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerImplTest.java164 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_statsSet() local
264 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_statsSet_functionsIndexed() local
387 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_fullUpdateRequired_reIndexAllApps() local
458 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_incrementalPut_doesNotPutAllDocs() local
566 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_incrementalPut_allFunctionsRemovedButAppFunctionServicePresent() local
660 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_withDynamicAndNoSchemasDefinedInApp_indexesAppFunctions() local
745 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_withValidAndInvalidSchemas_indexesOnlyValidSchemaApp() local
827 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_indexesMultipleAppsWithDynamicSchema() local
891 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_incrementalPut_withDynamicSchema_doesNotPutAllDocsOnUpdate() local
1020 Context context1 = createContextWithPackageManager(pm1); in testAppsIndexerImpl_incrementalPut_withDynamicSchema_multipleRootSchemas_indexesDocs() local
[all …]
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayControllerTest.kt53 val (context1, context2) = in testRequestWindow_twice_reusesWindow() constant
62 val context1 = getOnUiThread { overlayController.requestWindow() } in testRequestWindow_afterHidingExistingWindow_createsNewWindow() constant
71 val context1 = getOnUiThread { overlayController.requestWindow() } in testRequestWindow_afterHidingOverlay_createsNewWindow() constant
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/
DEncryptionContextDaoTest.java98 DBEncryptionContext context1 = getDbEncryptionContext(CONTEXT_ID_1); in test_getEncryptionContext_multipleEntriesInTable_returnsContext() local
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/rules/
DTaskbarUnitTestRuleTest.kt58 val context1 = activityContext in testRecreateTaskbar_activityContextChanged() constant