Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java406 private void compareChannels(NotificationChannel expected, NotificationChannel actual) { in compareChannels() method in NotificationManagerTest
637 compareChannels(channel, createdChannel); in testCreateChannel()
652 compareChannels(channel, createdChannel); in testCreateChannel_rename()
712 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate()
723 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testCreateChannelAlreadyExistsNoOp()
735 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testCreateChannelWithGroup()
769 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testDeleteChannel()
802 compareChannels(channel2, in testGetChannel()
804 compareChannels(channel3, in testGetChannel()
806 compareChannels(channel1, in testGetChannel()
[all …]