Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/storage/
DBubbleVolatileRepositoryTest.kt79 verify(launcherApps).uncacheShortcuts(eq(PKG_MESSENGER), in testRemoveBubbles()
101 verify(launcherApps).uncacheShortcuts(eq(PKG_CHAT), in testAddAndRemoveBubblesWhenExceedingCapacity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/storage/
DBubbleVolatileRepository.kt89 launcherApps.uncacheShortcuts(key.pkg, bubbles.map { it.shortcutId }, in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java420 verify(mShortcutServiceInternal).uncacheShortcuts( in testNotificationOpened()
448 verify(mShortcutServiceInternal, never()).uncacheShortcuts( in testNotificationDismissed()
454 verify(mShortcutServiceInternal).uncacheShortcuts( in testNotificationDismissed()
480 verify(mShortcutServiceInternal, never()).uncacheShortcuts( in testShortcutNotUncachedIfNotificationChannelCreated()
579 verify(mShortcutServiceInternal).uncacheShortcuts( in testUncacheShortcutWhenShutdown()
604 verify(mShortcutServiceInternal, never()).uncacheShortcuts( in testDoNotUncacheShortcutWhenShutdownIfNotificationChannelCreated()
780 verify(mShortcutServiceInternal).uncacheShortcuts( in testPruneInactiveCachedShortcuts()
/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java96 public abstract void uncacheShortcuts(int launcherUserId, in uncacheShortcuts() method in ShortcutServiceInternal
DILauncherApps.aidl103 void uncacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in uncacheShortcuts() method
DLauncherApps.java1175 public void uncacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in uncacheShortcuts() method in LauncherApps
1179 mService.uncacheShortcuts( in uncacheShortcuts()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java300 mShortcutServiceInternal.uncacheShortcuts(userId, in pruneDataForUser()
825 mShortcutServiceInternal.uncacheShortcuts(mUserId, in onNotificationRemoved()
895 mShortcutServiceInternal.uncacheShortcuts(mUserId, in cleanupCachedShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java281 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s2"), HANDLE_USER_0, in testShortcutChangeCallback_uncacheShortcuts()
319 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_uncacheShortcuts_causeDeletion()
DShortcutManagerTest1.java1567 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s2", "s4"), in testCachedShortcuts()
1576 mLauncherApps.uncacheShortcuts(CALLING_PACKAGE_1, list("s4"), in testCachedShortcuts()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java798 public void uncacheShortcuts(String callingPackage, String packageName, List<String> ids, in uncacheShortcuts() method in LauncherAppsService.LauncherAppsImpl
805 mShortcutServiceInternal.uncacheShortcuts( in uncacheShortcuts()
DShortcutService.java3057 public void uncacheShortcuts(int launcherUserId, in uncacheShortcuts() method in ShortcutService.LocalService
/frameworks/base/services/
Dart-profile26045 PLcom/android/server/pm/ShortcutService$LocalService;->uncacheShortcuts(ILjava/lang/String;Ljava/la…