Home
last modified time | relevance | path

Searched refs:createdChannel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java607 final NotificationChannel createdChannel = in testCreateNotificationChannels_SingleChannel() local
609 assertTrue(createdChannel != null); in testCreateNotificationChannels_SingleChannel()
650 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() local
652 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance()
668 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() local
670 assertEquals(NotificationManager.IMPORTANCE_LOW, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance()
691 final NotificationChannel createdChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local
693 assertEquals(IMPORTANCE_HIGH, createdChannel.getImportance()); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated()
705 final NotificationChannel createdChannel = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local
707 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond()