Searched refs:isPersonBot (Results 1 – 3 of 3) sorted by relevance
93 assertTrue(conversationInfo.isPersonBot()); in testBuild()120 assertFalse(conversationInfo.isPersonBot()); in testBuildEmpty()169 assertTrue(destination.isPersonBot()); in testBuildFromAnotherConversationInfo()215 assertTrue(destination.isPersonBot()); in testBuildFromAnotherConversation_identicalConversation()271 assertTrue(conversationInfoFromBackup.isPersonBot()); in testBuildFromBackupPayload()325 assertTrue(conversationInfoFromBackup.isPersonBot()); in testBuildFromProtoPayload()
327 assertFalse(conversations.get(0).isPersonBot()); in testAccessConversationFromTheSameProfileGroup()333 assertTrue(conversations.get(1).isPersonBot()); in testAccessConversationFromTheSameProfileGroup()
232 public boolean isPersonBot() { in isPersonBot() method in ConversationInfo313 if (isPersonBot()) { in toString()