Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java658 private void compareChannels(NotificationChannel expected, NotificationChannel actual) { in compareChannels() method in NotificationManagerTest
1275 compareChannels(channel, createdChannel); in testCreateChannel()
1289 compareChannels(channel, createdChannel); in testCreateChannel_rename()
1346 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate()
1356 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testCreateChannelAlreadyExistsNoOp()
1367 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testCreateChannelWithGroup()
1398 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testDeleteChannel()
1429 compareChannels(channel2, in testGetChannel()
1431 compareChannels(channel3, in testGetChannel()
1433 compareChannels(channel1, in testGetChannel()
[all …]