Searched refs:conversationChannel (Results 1 – 1 of 1) sorted by relevance
2619 final NotificationChannel conversationChannel = in testCreateConversationChannel() local2622 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel()2625 mNotificationManager.createNotificationChannel(conversationChannel); in testCreateConversationChannel()2627 compareChannels(conversationChannel, in testCreateConversationChannel()2663 final NotificationChannel conversationChannel = in testDemoteConversationChannel() local2666 conversationChannel.setConversationId(channel.getId(), conversationId); in testDemoteConversationChannel()2669 mNotificationManager.createNotificationChannel(conversationChannel); in testDemoteConversationChannel()2671 conversationChannel.setDemoted(true); in testDemoteConversationChannel()2691 final NotificationChannel conversationChannel = in testDeleteConversationChannels() local2694 conversationChannel.setConversationId(channel.getId(), SHARE_SHORTCUT_ID); in testDeleteConversationChannels()[all …]