Searched refs:setContactStarred (Results 1 – 3 of 3) sorted by relevance
72 .setContactStarred(true) in testBuild()146 .setContactStarred(true) in testBuildFromAnotherConversationInfo()153 .setContactStarred(false) in testBuildFromAnotherConversationInfo()195 .setContactStarred(true) in testBuildFromAnotherConversation_identicalConversation()246 .setContactStarred(true) in testBuildFromBackupPayload()298 .setContactStarred(true) in testBuildFromProtoPayload()
912 builder.setContactStarred(false); in addOrUpdateConversationInfo()923 builder.setContactStarred(helper.isStarred()); in addOrUpdateConversationInfo()1001 builder.setContactStarred(helper.isStarred()); in onChange()
627 Builder setContactStarred(boolean value) { in setContactStarred() method in ConversationInfo.Builder