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.kt78 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
81 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
85 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
88 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddBubbles()
108 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testRemoveBubbles()
116 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testRemoveBubbles()
128 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddAndRemoveBubblesWhenExceedingCapacity()
131 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddAndRemoveBubblesWhenExceedingCapacity()
138 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)) in testAddAndRemoveBubblesWhenExceedingCapacity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt105 UserHandle.of(key.userId), LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS) in <lambda>()
112 UserHandle.of(key.userId), LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS) in <lambda>()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java168 public static final int FLAG_CACHE_BUBBLE_SHORTCUTS = 1; field in LauncherApps
179 FLAG_CACHE_BUBBLE_SHORTCUTS,
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java24 import static android.content.pm.LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
1266 } else if (cacheFlags == FLAG_CACHE_BUBBLE_SHORTCUTS) { in toShortcutsCacheFlags()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java51 private static final int CACHE_OWNER_1 = LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
DShortcutManagerTest1.java142 private static final int CACHE_OWNER_1 = LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;