Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java83 assertTrue(conversationInfo.isShortcutCachedForNotification()); in testBuild()
109 assertFalse(conversationInfo.isShortcutCachedForNotification()); in testBuildEmpty()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java182 public boolean isShortcutCachedForNotification() { in isShortcutCachedForNotification() method in ConversationInfo
273 if (isShortcutCachedForNotification()) { in toString()
H A DDataManager.java805 return conversationInfo.isShortcutCachedForNotification() in isCachedRecentConversation()
1092 || !conversationInfo.isShortcutCachedForNotification()) { in onShortcutsAddedOrUpdated()
/aosp12/frameworks/base/services/
H A Dart-profile28458 HPLcom/android/server/people/data/ConversationInfo;->isShortcutCachedForNotification()Z