Home
last modified time | relevance | path

Searched refs:isShortcutCachedForNotification (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java87 assertTrue(conversationInfo.isShortcutCachedForNotification()); in testBuild()
114 assertFalse(conversationInfo.isShortcutCachedForNotification()); in testBuildEmpty()
265 assertTrue(conversationInfoFromBackup.isShortcutCachedForNotification()); in testBuildFromBackupPayload()
319 assertTrue(conversationInfoFromBackup.isShortcutCachedForNotification()); in testBuildFromProtoPayload()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java199 public boolean isShortcutCachedForNotification() { in isShortcutCachedForNotification() method in ConversationInfo
292 if (isShortcutCachedForNotification()) { in toString()
DDataManager.java827 return conversationInfo.isShortcutCachedForNotification() in isEligibleForCleanUp()
1116 || !conversationInfo.isShortcutCachedForNotification()) { in onShortcutsAddedOrUpdated()