Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java988 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
998 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1011 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1038 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners()
1056 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners()
1118 eq(LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS)); in testOnAppWidgetOptionsChangedWidgetAdded()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java174 public static final int FLAG_CACHE_PEOPLE_TILE_SHORTCUTS = 2; field in LauncherApps
180 FLAG_CACHE_PEOPLE_TILE_SHORTCUTS
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java852 tile.getUserHandle(), LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS); in addNewWidget()
960 LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS); in uncacheConversationShortcut()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java26 import static android.content.pm.LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS;
1268 } else if (cacheFlags == FLAG_CACHE_PEOPLE_TILE_SHORTCUTS) { in toShortcutsCacheFlags()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java143 private static final int CACHE_OWNER_2 = LauncherApps.FLAG_CACHE_PEOPLE_TILE_SHORTCUTS;