Searched refs:compareChannels (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 659 private void compareChannels(NotificationChannel expected, NotificationChannel actual) { in compareChannels() method in NotificationManagerTest 1276 compareChannels(channel, createdChannel); in testCreateChannel() 1290 compareChannels(channel, createdChannel); in testCreateChannel_rename() 1347 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate() 1357 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testCreateChannelAlreadyExistsNoOp() 1368 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testCreateChannelWithGroup() 1399 compareChannels(channel, mNotificationManager.getNotificationChannel(channel.getId())); in testDeleteChannel() 1430 compareChannels(channel2, in testGetChannel() 1432 compareChannels(channel3, in testGetChannel() 1434 compareChannels(channel1, in testGetChannel() [all …]
|