Home
last modified time | relevance | path

Searched refs:conversationChannel (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java4153 final NotificationChannel conversationChannel = in testCreateConversationChannel() local
4156 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel()
4159 mNotificationManager.createNotificationChannel(conversationChannel); in testCreateConversationChannel()
4161 compareChannels(conversationChannel, in testCreateConversationChannel()
4198 final NotificationChannel conversationChannel = in testDemoteConversationChannel() local
4201 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() local
4227 conversationChannel.setConversationId(channel.getId(), SHARE_SHORTCUT_ID); in testDeleteConversationChannels()
[all …]