Home
last modified time | relevance | path

Searched refs:FLAG_CACHE_PEOPLE_TILE_SHORTCUTS (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1006 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1016 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1029 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1056 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners()
1074 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners()
1136 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testOnAppWidgetOptionsChangedWidgetAdded()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java179 public static final int FLAG_CACHE_PEOPLE_TILE_SHORTCUTS = 2; field in LauncherApps
185 FLAG_CACHE_PEOPLE_TILE_SHORTCUTS
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java853 tile.getUserHandle(), LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS); in addNewWidget()
961 LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS); in uncacheConversationShortcut()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java33 import static android.content.pm.LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS;
1659 } else if (cacheFlags == FLAG_CACHE_PEOPLE_TILE_SHORTCUTS) { in toShortcutsCacheFlags()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java148 private static final int CACHE_OWNER_2 = LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS;