Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java80 WorkspaceItemInfo app1 = attributes[0].getItemInfo().clone(); in saveAppPair() local
113 public void launchAppPair(WorkspaceItemInfo app1, WorkspaceItemInfo app2) { in launchAppPair()
/packages/apps/Car/Settings/tests/unit/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/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java108 final String app1 = "app1"; in testReconcileUninstalledApps() local
235 final String app1 = "app1"; in testReconcileUninstalledApps_handleTopicsWithoutContributor() local
311 final String app1 = "app1"; in testReconcileUninstalledApps_contributorDeletionsToSameTopic() local
424 final String app1 = "app1"; in testDeleteAppDataFromTableByApps() local
551 final String app1 = "app1"; in testReconcileInstalledApps() local
998 final String app1 = "app1"; in testHandleTopTopicsWithoutContributors() local
DEpochManagerTest.java916 final String app1 = "app1"; in testComputeTopTopicsToContributorsMap() local
950 final String app1 = "app1"; in testComputeTopTopicsToContributorsMap_emptyTopTopics() local
982 final String app1 = "app1"; in testComputeTopTopicsToContributorsMap_paddedTopics() local
DCacheManagerTest.java962 String app1 = "app1"; in testGetTopicsInEpochRange() local
1133 final String app1 = "app1"; in testClearAllTopicsData() local
DTopicsWorkerTest.java745 final String app1 = "app1"; // regular app in testReconcileApplicationUpdate() local
1037 final String app1 = "app1"; // app to uninstall at Epoch4 in testHandleAppUninstallation_handleTopTopicsWithoutContributors() local
1185 final String app1 = "app1"; in testHandleAppUninstallation_contributorDeletionsToSameTopic() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/
DTopicsDaoTest.java107 final String app1 = "app1"; in testPersistAndGetAppClassificationTopics() local
678 final String app1 = "app1"; in testDeleteAllTopicsTables() local
753 final String app1 = "app1"; in testDeleteFromTableByColumn() local
1021 final String app1 = "app1"; in testDeleteFromTableByColumn_mismatchedTableAndColumnName() local
1140 final String app1 = "app1"; in testPersistAndRetrieveTopicContributors() local
/packages/modules/StatsD/statsd/tests/
DMetricsManager_test.cpp124 string app1 = "app1"; in TEST() local
195 string app1 = "app1"; in TEST() local
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DLauncherViewModelTest.java74 AppMetaData app1 = new AppMetaData( in setUp() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverAppPreferenceControllerTest.java314 final ApplicationInfo app1 = buildInfo(uid, APP_1, 0 /* flags */, 0 /* targetSdkVersion */); in mockPackageManager() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DApplicationFeatureProviderImplTest.java230 final ResolveInfo app1 = createResolveInfo(APP_1); in testFindPersistentPreferredActivities() local
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DFolderInfo.java119 public static FolderInfo createAppPair(WorkspaceItemInfo app1, WorkspaceItemInfo app2) { in createAppPair()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java106 ApplicationInfo app1 = new ApplicationInfo(); in setup() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DConsentManagerTest.java857 String app1 = AppConsentDaoFixture.APP10_PACKAGE_NAME; in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() local
1274 String app1 = AppConsentDaoFixture.APP10_PACKAGE_NAME; in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1266 public void launchAppPair(WorkspaceItemInfo app1, WorkspaceItemInfo app2) { in launchAppPair()