Searched refs:createdChannel (Results 1 – 1 of 1) sorted by relevance
607 final NotificationChannel createdChannel = in testCreateNotificationChannels_SingleChannel() local609 assertTrue(createdChannel != null); in testCreateNotificationChannels_SingleChannel()650 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() local652 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance()668 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() local670 assertEquals(NotificationManager.IMPORTANCE_LOW, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance()691 final NotificationChannel createdChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local693 assertEquals(IMPORTANCE_HIGH, createdChannel.getImportance()); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated()705 final NotificationChannel createdChannel = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local707 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond()