Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2619 final NotificationChannel conversationChannel = in testCreateConversationChannel() local
2622 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel()
2625 mNotificationManager.createNotificationChannel(conversationChannel); in testCreateConversationChannel()
2627 compareChannels(conversationChannel, in testCreateConversationChannel()
2663 final NotificationChannel conversationChannel = in testDemoteConversationChannel() local
2666 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() local
2694 conversationChannel.setConversationId(channel.getId(), SHARE_SHORTCUT_ID); in testDeleteConversationChannels()
[all …]