Home
last modified time | relevance | path

Searched refs:FLAG_CACHED_NOTIFICATIONS (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java480 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testNotificationOpened()
508 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testUncacheShortcutsWhenNotificationsDismissed()
531 eq(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS)); in testUncacheShortcutsWhenNotificationsDismissed()
546 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testConversationIsNotRecentIfCustomized()
646 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testGetConversationReturnsCustomizedConversation()
1183 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testDoNotUncacheShortcutWithActiveNotifications()
1205 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testUncacheOldestCachedShortcut()
1218 eq(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS)); in testUncacheOldestCachedShortcut()
1223 eq(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS)); in testUncacheOldestCachedShortcut()
1235 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testUncacheOldestCachedShortcut_missingNotificationEvents()
[all …]
DConversationInfoTest.java65 | ShortcutInfo.FLAG_CACHED_NOTIFICATIONS) in testBuild()
239 | ShortcutInfo.FLAG_CACHED_NOTIFICATIONS) in testBuildFromBackupPayload()
291 | ShortcutInfo.FLAG_CACHED_NOTIFICATIONS) in testBuildFromProtoPayload()
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java227 shortcutInfo.getUserId(), ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in cacheShortcut()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java136 public static final int FLAG_CACHED_NOTIFICATIONS = 1 << 14; field in ShortcutInfo
157 FLAG_CACHED_NOTIFICATIONS | FLAG_CACHED_BUBBLES | FLAG_CACHED_PEOPLE_TILE;
182 FLAG_CACHED_NOTIFICATIONS,
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java335 ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in removeRecentConversation()
367 packageName, idsToUncache, userId, ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in pruneOldRecentConversations()
885 userId, ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in cleanupCachedShortcuts()
DConversationInfo.java200 return hasShortcutFlags(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in isShortcutCachedForNotification()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java2250 ret = ShortcutInfo.FLAG_CACHED_NOTIFICATIONS; in toShortcutsCacheFlags()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10802 eq(USER_SYSTEM), eq(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS));
10875 eq(USER_SYSTEM), eq(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS));