Searched refs:createdChannel (Results 1 – 1 of 1) sorted by relevance
1136 final NotificationChannel createdChannel = in testCreateNotificationChannels_SingleChannel() local1138 assertTrue(createdChannel != null); in testCreateNotificationChannels_SingleChannel()1221 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() local1223 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance()1239 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() local1241 assertEquals(NotificationManager.IMPORTANCE_LOW, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance()1262 final NotificationChannel createdChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local1264 assertEquals(IMPORTANCE_HIGH, createdChannel.getImportance()); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated()1276 final NotificationChannel createdChannel = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local1278 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond()