Home
last modified time | relevance | path

Searched refs:uncacheShortcuts (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepositoryTest.kt106 verify(launcherApps).uncacheShortcuts(eq(PKG_MESSENGER),
114 verify(launcherApps).uncacheShortcuts(eq(PKG_CHAT),
136 verify(launcherApps).uncacheShortcuts(eq(PKG_CHAT),
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepository.kt111 launcherApps.uncacheShortcuts(key.pkg, bubbles.map { it.shortcutId },
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java518 verify(mShortcutServiceInternal, never()).uncacheShortcuts( in testUncacheShortcutsWhenNotificationsDismissed()
524 verify(mShortcutServiceInternal).uncacheShortcuts( in testUncacheShortcutsWhenNotificationsDismissed()
1129 verify(mShortcutServiceInternal, never()).uncacheShortcuts( in testDoNotUncacheShortcutWithActiveNotifications()
1153 verify(mShortcutServiceInternal).uncacheShortcuts( in testUncacheOldestCachedShortcut()
1158 verify(mShortcutServiceInternal, never()).uncacheShortcuts( in testUncacheOldestCachedShortcut()
1254 verify(mShortcutServiceInternal).uncacheShortcuts( in testPruneOldRecentConversations()
1480 verify(mShortcutServiceInternal).uncacheShortcuts(
1515 verify(mShortcutServiceInternal).uncacheShortcuts(
1518 verify(mShortcutServiceInternal, never()).uncacheShortcuts(
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java103 public abstract void uncacheShortcuts(int launcherUserId, in uncacheShortcuts() method in ShortcutServiceInternal
H A DILauncherApps.aidl108 void uncacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in uncacheShortcuts() method
H A DLauncherApps.java1255 public void uncacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in uncacheShortcuts() method in LauncherApps
1259 mService.uncacheShortcuts( in uncacheShortcuts()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest11.java285 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s2"), HANDLE_USER_0, in testShortcutChangeCallback_uncacheShortcuts()
324 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_uncacheShortcuts_causeDeletion()
H A DShortcutManagerTest1.java1608 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s2", "s4"), in testCachedShortcuts()
1617 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s4"), in testCachedShortcuts()
1623 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s5", "s6"), in testCachedShortcuts()
1677 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s2", "s4"), in testCachedShortcuts_accessShortcutsPermission()
1682 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s2", "s4"), in testCachedShortcuts_accessShortcutsPermission()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java333 mShortcutServiceInternal.uncacheShortcuts(callingUserId, mContext.getPackageName(), in removeRecentConversation()
366 mShortcutServiceInternal.uncacheShortcuts(callingUserId, mContext.getPackageName(), in pruneOldRecentConversations()
859 mShortcutServiceInternal.uncacheShortcuts(userId, in cleanupCachedShortcuts()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java996 verify(mLauncherApps).uncacheShortcuts(eq(TEST_PACKAGE_A), in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1036 verify(mLauncherApps, never()).uncacheShortcuts(eq(TEST_PACKAGE_A), in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners()
1054 verify(mLauncherApps, times(1)).uncacheShortcuts(eq(TEST_PACKAGE_A), in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java914 public void uncacheShortcuts(String callingPackage, String packageName, List<String> ids, in uncacheShortcuts() method in LauncherAppsService.LauncherAppsImpl
921 mShortcutServiceInternal.uncacheShortcuts( in uncacheShortcuts()
H A DShortcutService.java3380 public void uncacheShortcuts(int launcherUserId, in uncacheShortcuts() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java957 mLauncherApps.uncacheShortcuts(key.getPackageName(), in uncacheConversationShortcut()
/aosp12/frameworks/base/services/
H A Dart-profile29907 PLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->uncacheShortcuts(Ljava/lang/String;L…
32778 HPLcom/android/server/pm/ShortcutService$LocalService;->uncacheShortcuts(ILjava/lang/String;Ljava/l…