Searched refs:conversationChannel (Results 1 – 1 of 1) sorted by relevance
4153 final NotificationChannel conversationChannel = in testCreateConversationChannel() local4156 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel()4159 mNotificationManager.createNotificationChannel(conversationChannel); in testCreateConversationChannel()4161 compareChannels(conversationChannel, in testCreateConversationChannel()4198 final NotificationChannel conversationChannel = in testDemoteConversationChannel() local4201 conversationChannel.setConversationId(channel.getId(), conversationId); in testDemoteConversationChannel()4204 mNotificationManager.createNotificationChannel(conversationChannel); in testDemoteConversationChannel()4206 conversationChannel.setDemoted(true); in testDemoteConversationChannel()4224 final NotificationChannel conversationChannel = in testDeleteConversationChannels() local4227 conversationChannel.setConversationId(channel.getId(), SHARE_SHORTCUT_ID); in testDeleteConversationChannels()[all …]