Home
last modified time | relevance | path

Searched refs:FLAG_CACHE_BUBBLE_SHORTCUTS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepositoryTest.kt81 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
84 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
88 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
91 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
111 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testRemoveBubbles()
119 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testRemoveBubbles()
131 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddAndRemoveBubblesWhenExceedingCapacity()
134 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddAndRemoveBubblesWhenExceedingCapacity()
141 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddAndRemoveBubblesWhenExceedingCapacity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt164 UserHandle.of(key.userId), LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS) in <lambda>()
171 UserHandle.of(key.userId), LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS) in <lambda>()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java177 public static final int FLAG_CACHE_BUBBLE_SHORTCUTS = 1; field in LauncherApps
188 FLAG_CACHE_BUBBLE_SHORTCUTS,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java53 private static final int CACHE_OWNER_1 = LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
DShortcutManagerTest1.java147 private static final int CACHE_OWNER_1 = LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java35 import static android.content.pm.LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
2251 } else if (cacheFlags == FLAG_CACHE_BUBBLE_SHORTCUTS) { in toShortcutsCacheFlags()