Home
last modified time | relevance | path

Searched refs:cacheShortcuts (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepositoryTest.kt76 verify(launcherApps).cacheShortcuts(eq(PKG_MESSENGER), in testAddBubbles()
79 verify(launcherApps).cacheShortcuts(eq(PKG_CHAT), in testAddBubbles()
83 verify(launcherApps).cacheShortcuts(eq(PKG_MESSENGER), in testAddBubbles()
86 verify(launcherApps).cacheShortcuts(eq(PKG_CHAT), in testAddBubbles()
126 verify(launcherApps).cacheShortcuts(eq(PKG_MESSENGER), in testAddAndRemoveBubblesWhenExceedingCapacity()
129 verify(launcherApps).cacheShortcuts(eq(PKG_CHAT), in testAddAndRemoveBubblesWhenExceedingCapacity()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java121 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s2"), HANDLE_USER_0, in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached()
221 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_cacheShortcuts()
223 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_cacheShortcuts()
248 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_cacheShortcuts_alreadyCached()
253 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_cacheShortcuts_alreadyCached()
256 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_cacheShortcuts_alreadyCached()
281 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2"), HANDLE_USER_0, in testShortcutChangeCallback_uncacheShortcuts()
309 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2", "s3"), HANDLE_USER_0, in testShortcutChangeCallback_uncacheShortcuts_causeDeletion()
312 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_0, in testShortcutChangeCallback_uncacheShortcuts_causeDeletion()
509 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s3"), HANDLE_USER_0, in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached()
[all …]
DShortcutManagerTest7.java353 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_10, in testGetShortcuts()
DShortcutManagerTest1.java524 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s8"), HANDLE_USER_0, in testPushDynamicShortcut()
1496 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1"), in testShortcutManagerGetShortcuts_shortcutTypes()
1498 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s2"), in testShortcutManagerGetShortcuts_shortcutTypes()
1580 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2"), in testCachedShortcuts()
1582 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s2", "s4", "s5"), in testCachedShortcuts()
1584 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s5", "s6"), in testCachedShortcuts()
1631 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s3"), in testCachedShortcuts()
1659 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2", "s3"), in testCachedShortcuts_accessShortcutsPermission()
1664 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2", "s3"), in testCachedShortcuts_accessShortcutsPermission()
1702 mLauncherApps.cacheShortcuts(CALLING_PACKAGE_1, list("s1", "s2", "s3", "s4"), in testCachedShortcuts_canPassShortcutLimit()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt104 launcherApps.cacheShortcuts(key.pkg, bubbles.map { it.shortcutId }, in <lambda>()
/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java100 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutServiceInternal
DILauncherApps.aidl106 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts() method
DLauncherApps.java1222 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts() method in LauncherApps
1226 mService.cacheShortcuts( in cacheShortcuts()
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java225 mShortcutServiceInternal.cacheShortcuts(user.getIdentifier(), "android", in cacheShortcut()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java985 verify(mLauncherApps, times(1)).cacheShortcuts( in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1008 verify(mLauncherApps, times(1)).cacheShortcuts( in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1084 verify(mLauncherApps, never()).cacheShortcuts(any(), any(), any(), anyInt()); in testOnAppWidgetOptionsChangedNoWidgetAdded()
1116 verify(mLauncherApps, times(1)).cacheShortcuts(eq(TEST_PACKAGE_A), in testOnAppWidgetOptionsChangedWidgetAdded()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java901 public void cacheShortcuts(String callingPackage, String packageName, List<String> ids, in cacheShortcuts() method in LauncherAppsService.LauncherAppsImpl
908 mShortcutServiceInternal.cacheShortcuts( in cacheShortcuts()
DShortcutService.java3357 public void cacheShortcuts(int launcherUserId, in cacheShortcuts() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java850 mLauncherApps.cacheShortcuts(tile.getPackageName(), in addNewWidget()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java7149 verify(mShortcutServiceInternal).cacheShortcuts( in testNotificationBubbles_flagRemoved_whenShortcutRemoved()
7222 verify(mShortcutServiceInternal).cacheShortcuts( in testNotificationBubbles_shortcut_stopListeningWhenNotifRemoved()
/frameworks/base/services/
Dart-profile29854 PLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->cacheShortcuts(Ljava/lang/String;Lja…
32756 PLcom/android/server/pm/ShortcutService$LocalService;->cacheShortcuts(ILjava/lang/String;Ljava/lang…