Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1273 final NotificationChannel createdChannel = in testCreateChannel() local
1275 compareChannels(channel, createdChannel); in testCreateChannel()
1277 assertTrue(createdChannel.getLockscreenVisibility() != Notification.VISIBILITY_SECRET); in testCreateChannel()
1278 assertFalse(createdChannel.canBypassDnd()); in testCreateChannel()
1287 final NotificationChannel createdChannel = in testCreateChannel_rename() local
1289 compareChannels(channel, createdChannel); in testCreateChannel_rename()
1344 final NotificationChannel createdChannel = in testCreateSameChannelDoesNotUpdate() local
1346 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate()