Searched refs:createdChannel (Results 1 – 1 of 1) sorted by relevance
1273 final NotificationChannel createdChannel = in testCreateChannel() local1275 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() local1289 compareChannels(channel, createdChannel); in testCreateChannel_rename()1344 final NotificationChannel createdChannel = in testCreateSameChannelDoesNotUpdate() local1346 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate()