Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java81 WorkspaceItemInfo app2 = attributes[1].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.java126 UsageEvents.Event app2 = createUsageEvent("com.android.settings", timestamp); in areEvents_showValidRecents() local
164 UsageEvents.Event app2 = createUsageEvent("com.android.settings", timestamp); in areEvents_showMaximumRecents() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java109 final String app2 = "app2"; in testReconcileUninstalledApps() local
236 final String app2 = "app2"; in testReconcileUninstalledApps_handleTopicsWithoutContributor() local
312 final String app2 = "app2"; in testReconcileUninstalledApps_contributorDeletionsToSameTopic() local
425 final String app2 = "app2"; in testDeleteAppDataFromTableByApps() local
552 final String app2 = "app2"; in testReconcileInstalledApps() local
999 final String app2 = "app2"; in testHandleTopTopicsWithoutContributors() local
DEpochManagerTest.java917 final String app2 = "app2"; in testComputeTopTopicsToContributorsMap() local
951 final String app2 = "app2"; in testComputeTopTopicsToContributorsMap_emptyTopTopics() local
983 final String app2 = "app2"; in testComputeTopTopicsToContributorsMap_paddedTopics() local
DCacheManagerTest.java963 String app2 = "app2"; in testGetTopicsInEpochRange() local
1134 final String app2 = "app2"; in testClearAllTopicsData() local
DTopicsWorkerTest.java746 final String app2 = "app2"; // unhandled uninstalled app in testReconcileApplicationUpdate() local
1038 final String app2 = "app2"; // positive case to verify the removal of the returned topic in testHandleAppUninstallation_handleTopTopicsWithoutContributors() local
1186 final String app2 = "app2"; in testHandleAppUninstallation_contributorDeletionsToSameTopic() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/
DTopicsDaoTest.java108 final String app2 = "app2"; in testPersistAndGetAppClassificationTopics() local
679 final String app2 = "app2"; in testDeleteAllTopicsTables() local
754 final String app2 = "app2"; in testDeleteFromTableByColumn() local
1141 final String app2 = "app2"; in testPersistAndRetrieveTopicContributors() local
/packages/modules/StatsD/statsd/tests/
DMetricsManager_test.cpp126 string app2 = "app2"; in TEST() local
197 string app2 = "app2"; in TEST() local
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DLauncherViewModelTest.java82 AppMetaData app2 = new AppMetaData( in setUp() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverAppPreferenceControllerTest.java315 final ApplicationInfo app2 = in mockPackageManager() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DApplicationFeatureProviderImplTest.java231 final ResolveInfo app2 = createResolveInfo(APP_2); 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.java108 ApplicationInfo app2 = new ApplicationInfo(); in setup() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DConsentManagerTest.java858 String app2 = AppConsentDaoFixture.APP20_PACKAGE_NAME; in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() local
1275 String app2 = AppConsentDaoFixture.APP20_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()