Home
last modified time | relevance | path

Searched refs:isShortcutLongLived (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java82 assertTrue(conversationInfo.isShortcutLongLived()); in testBuild()
108 assertFalse(conversationInfo.isShortcutLongLived()); in testBuildEmpty()
157 assertTrue(destination.isShortcutLongLived()); in testBuildFromAnotherConversationInfo()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java174 public boolean isShortcutLongLived() { in isShortcutLongLived() method in ConversationInfo
270 if (isShortcutLongLived()) { in toString()