Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java65 assertTrue(conversationInfo.isShortcutLongLived()); in testBuild()
87 assertFalse(conversationInfo.isShortcutLongLived()); in testBuildEmpty()
125 assertTrue(destination.isShortcutLongLived()); in testBuildFromAnotherConversationInfo()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java141 public boolean isShortcutLongLived() { in isShortcutLongLived() method in ConversationInfo
226 if (isShortcutLongLived()) { in toString()