Searched refs:createdChannel (Results 1 – 1 of 1) sorted by relevance
1274 final NotificationChannel createdChannel = in testCreateChannel() local1276 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() local1290 compareChannels(channel, createdChannel); in testCreateChannel_rename()1345 final NotificationChannel createdChannel = in testCreateSameChannelDoesNotUpdate() local1347 compareChannels(channel, createdChannel); in testCreateSameChannelDoesNotUpdate()