Searched refs:VALID_CONVERSATION_MSG (Results 1 – 1 of 1) sorted by relevance
133 private static final PhoneToCarMessage VALID_CONVERSATION_MSG = PhoneToCarMessage.newBuilder() field in NotificationMsgDelegateTest184 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in newConversationShouldPostNewNotification()194 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in multipleNewConversationShouldPostMultipleNewNotifications()224 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in newMessageShouldUpdateConversationNotification()228 int messageCount = VALID_CONVERSATION_MSG.getConversation().getMessagingStyle() in newMessageShouldUpdateConversationNotification()251 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in existingConversationShouldUpdateNotification()285 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in invalidMessageShouldDoNothing()304 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in invalidAvatarIconSyncShouldDoNothing()341 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in avatarIconSyncSetsAvatarInNotification()359 mNotificationMsgDelegate.onMessageReceived(mCompanionDevice, VALID_CONVERSATION_MSG); in avatarIconSyncStoresBitmapCorrectly()[all …]