Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java94 assertTrue(conversationInfo.isContactStarred()); in testBuild()
121 assertFalse(conversationInfo.isContactStarred()); in testBuildEmpty()
170 assertFalse(destination.isContactStarred()); in testBuildFromAnotherConversationInfo()
216 assertTrue(destination.isContactStarred()); in testBuildFromAnotherConversation_identicalConversation()
272 assertTrue(conversationInfoFromBackup.isContactStarred()); in testBuildFromBackupPayload()
326 assertTrue(conversationInfoFromBackup.isContactStarred()); in testBuildFromProtoPayload()
H A DDataManagerTest.java328 assertFalse(conversations.get(0).isContactStarred()); in testAccessConversationFromTheSameProfileGroup()
334 assertFalse(conversations.get(0).isContactStarred()); in testAccessConversationFromTheSameProfileGroup()
455 assertTrue(conversations.get(0).isContactStarred()); in testContactsChanged()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java237 public boolean isContactStarred() { in isContactStarred() method in ConversationInfo
316 if (isContactStarred()) { in toString()