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.java1274 final NotificationChannel createdChannel = in testCreateChannel() local
1276 compareChannels(channel, createdChannel); in testCreateChannel()
1278 assertTrue(createdChannel.getLockscreenVisibility() != Notification.VISIBILITY_SECRET); in testCreateChannel()
1279 assertFalse(createdChannel.canBypassDnd()); in testCreateChannel()
1288 final NotificationChannel createdChannel = in testCreateChannel_rename() local
1290 compareChannels(channel, createdChannel); in testCreateChannel_rename()
1345 final NotificationChannel createdChannel = in testCreateSameChannelDoesNotUpdate() local
1347 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate()