/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleVolatileRepositoryTest.kt | 106 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 D | BubbleVolatileRepository.kt | 111 launcherApps.uncacheShortcuts(key.pkg, bubbles.map { it.shortcutId },
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 518 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 D | ShortcutServiceInternal.java | 103 public abstract void uncacheShortcuts(int launcherUserId, in uncacheShortcuts() method in ShortcutServiceInternal
|
H A D | ILauncherApps.aidl | 108 void uncacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in uncacheShortcuts() method
|
H A D | LauncherApps.java | 1255 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 D | ShortcutManagerTest11.java | 285 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 D | ShortcutManagerTest1.java | 1608 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 D | DataManager.java | 333 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 D | PeopleSpaceWidgetManagerTest.java | 996 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 D | LauncherAppsService.java | 914 public void uncacheShortcuts(String callingPackage, String packageName, List<String> ids, in uncacheShortcuts() method in LauncherAppsService.LauncherAppsImpl 921 mShortcutServiceInternal.uncacheShortcuts( in uncacheShortcuts()
|
H A D | ShortcutService.java | 3380 public void uncacheShortcuts(int launcherUserId, in uncacheShortcuts() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 957 mLauncherApps.uncacheShortcuts(key.getPackageName(), in uncacheConversationShortcut()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 29907 PLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->uncacheShortcuts(Ljava/lang/String;L… 32778 HPLcom/android/server/pm/ShortcutService$LocalService;->uncacheShortcuts(ILjava/lang/String;Ljava/l…
|