Searched refs:createdChannel (Results 1 – 1 of 1) sorted by relevance
978 final NotificationChannel createdChannel = in testCreateNotificationChannels_SingleChannel() local980 assertTrue(createdChannel != null); in testCreateNotificationChannels_SingleChannel()1021 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() local1023 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance()1039 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() local1041 assertEquals(NotificationManager.IMPORTANCE_LOW, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance()1062 final NotificationChannel createdChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local1064 assertEquals(IMPORTANCE_HIGH, createdChannel.getImportance()); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated()1076 final NotificationChannel createdChannel = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local1078 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond()