Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java635 final NotificationChannel createdChannel = in testCreateChannel() local
637 compareChannels(channel, createdChannel); in testCreateChannel()
639 assertTrue(createdChannel.getLockscreenVisibility() != Notification.VISIBILITY_SECRET); in testCreateChannel()
640 assertFalse(createdChannel.canBypassDnd()); in testCreateChannel()
650 final NotificationChannel createdChannel = in testCreateChannel_rename() local
652 compareChannels(channel, createdChannel); in testCreateChannel_rename()
710 final NotificationChannel createdChannel = in testCreateSameChannelDoesNotUpdate() local
712 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate()