Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepositoryTest.kt83 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
86 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
90 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
93 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
113 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
121 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
133 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
136 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
143 eq(LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS))
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepository.kt164 UserHandle.of(key.userId), LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)
171 UserHandle.of(key.userId), LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS)
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java173 public static final int FLAG_CACHE_BUBBLE_SHORTCUTS = 1; field in LauncherApps
184 FLAG_CACHE_BUBBLE_SHORTCUTS,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest11.java53 private static final int CACHE_OWNER_1 = LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
H A DShortcutManagerTest1.java147 private static final int CACHE_OWNER_1 = LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java31 import static android.content.pm.LauncherApps.FLAG_CACHE_BUBBLE_SHORTCUTS;
1657 } else if (cacheFlags == FLAG_CACHE_BUBBLE_SHORTCUTS) { in toShortcutsCacheFlags()