Home
last modified time | relevance | path

Searched defs:app1 (Results 1 – 24 of 24) sorted by relevance

/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppSearchHelperTest.java370 MobileApplication app1 = createFakeMobileApplication(1); in test_sameApp_notIndexed() local
398 MobileApplication app1 = createFakeMobileApplication(1); in test_appDifferent_reIndexed() local
434 MobileApplication app1 = createFakeMobileApplication(1); in test_appNew_indexed() local
464 MobileApplication app1 = createFakeMobileApplication(1); in test_newAppFunction_indexed() local
519 MobileApplication app1 = createFakeMobileApplication(1); in test_appFunctionRemoved_indexed() local
DAppsIndexerImplTest.java108 MobileApplication app1 = createFakeMobileApplication(0); in testAppsIndexerImpl_removeApps() local
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/notifications/
DRecentNotificationsAppsPreferenceControllerTest.java125 UsageEvents.Event app1 = createUsageEvent("a", timestamp); in areEvents_showValidRecents() local
163 UsageEvents.Event app1 = createUsageEvent("a", timestamp); in areEvents_showMaximumRecents() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java104 String app1 = "app1"; in testReconcileUninstalledApps() local
231 String app1 = "app1"; in testReconcileUninstalledApps_handleTopicsWithoutContributor() local
307 String app1 = "app1"; in testReconcileUninstalledApps_contributorDeletionsToSameTopic() local
420 String app1 = "app1"; in testDeleteAppDataFromTableByApps() local
606 String app1 = "app1"; in testReconcileInstalledApps() local
1053 String app1 = "app1"; in testHandleTopTopicsWithoutContributors() local
DEpochManagerTest.java1227 String app1 = "app1"; in testComputeTopTopicsToContributorsMap() local
1261 String app1 = "app1"; in testComputeTopTopicsToContributorsMap_emptyTopTopics() local
1293 String app1 = "app1"; in testComputeTopTopicsToContributorsMap_paddedTopics() local
DCacheManagerTest.java1568 String app1 = "app1"; in testGetTopicsInEpochRange() local
1749 final String app1 = "app1"; in testClearAllTopicsData() local
DTopicsWorkerTest.java1028 String app1 = "app1"; // regular app in testReconcileApplicationUpdate() local
1320 String app1 = "app1"; // app to uninstall at Epoch4 in testHandleAppUninstallation_handleTopTopicsWithoutContributors() local
1468 String app1 = "app1"; in testHandleAppUninstallation_contributorDeletionsToSameTopic() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/data/topics/
DTopicsDaoTest.java92 String app1 = "app1"; in testPersistAndGetAppClassificationTopics() local
858 String app1 = "app1"; in testDeleteAllTopicsTables() local
942 String app1 = "app1"; in testDeleteFromTableByColumn() local
1228 String app1 = "app1"; in testDeleteFromTableByColumn_mismatchedTableAndColumnName() local
1338 String app1 = "app1"; in testPersistAndRetrieveTopicContributors() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java192 public static boolean isSameAppForMultiInstance(@NonNull ItemInfo app1, in isSameAppForMultiInstance()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppPairInfo.kt103 val app1: CharSequence? = getFirstApp().title in <lambda>() constant
/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/
DRestrictedStoragePermissionSharedUidTest.java202 public @NonNull TestApp app1; field in RestrictedStoragePermissionSharedUidTest
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAdPackageDenyResolverTest.java376 ApplicationInfo app1 = mockInstalledApplicationInfo(mockPackageManager, "app1", 20); in createInstalledPackagesMapForTesting() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverAppPreferenceControllerTest.java316 final ApplicationInfo app1 = buildInfo(uid, APP_1, 0 /* flags */, 0 /* targetSdkVersion */); in mockPackageManager() local
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java166 WorkspaceItemInfo app1 = info.getFirstApp(); in onClickAppPairIcon() local
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIcon.java171 CharSequence app1 = getInfo().getFirstApp().title; in updateAccessibilityTitle() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeAppsLinkPreferenceControllerTest.java203 ApplicationsState.AppEntry app1 = createAppEntry("app1", mContext.getUserId()); in testGetAppsBypassingDnd() local
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/datasources/
DAppOrderDataSource.kt180 Comparator<AppOrderInfo> { app1, app2 -> in getSavedAppOrderComparator() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java246 WorkspaceItemInfo app1 = appPairIcon.getInfo().getFirstApp(); in launchAppPair() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DApplicationFeatureProviderImplTest.java265 final ResolveInfo app1 = createResolveInfo(APP_1); in testFindPersistentPreferredActivities() local
/packages/modules/StatsD/statsd/tests/
DMetricsManager_test.cpp94 string app1 = "app1"; in TEST() local
165 string app1 = "app1"; in TEST() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java94 ApplicationInfo app1 = new ApplicationInfo(); in setup() local
DAppSearchConsentStorageManagerTest.java96 ApplicationInfo app1 = new ApplicationInfo(); in setup() local
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java981 String app1 = AppConsentDaoFixture.APP10_PACKAGE_NAME; in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() local
1161 String app1 = AppConsentDaoFixture.APP10_PACKAGE_NAME; in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch() local
DConsentManagerTest.java1084 String app1 = AppConsentDaoFixture.APP10_PACKAGE_NAME; in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() local
1265 String app1 = AppConsentDaoFixture.APP10_PACKAGE_NAME; in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch() local