Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java978 final NotificationChannel createdChannel = in testCreateNotificationChannels_SingleChannel() local
980 assertTrue(createdChannel != null); in testCreateNotificationChannels_SingleChannel()
1021 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() local
1023 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance()
1039 final NotificationChannel createdChannel = in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() local
1041 assertEquals(NotificationManager.IMPORTANCE_LOW, createdChannel.getImportance()); in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance()
1062 final NotificationChannel createdChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local
1064 assertEquals(IMPORTANCE_HIGH, createdChannel.getImportance()); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated()
1076 final NotificationChannel createdChannel = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local
1078 assertEquals(IMPORTANCE_DEFAULT, createdChannel.getImportance()); in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond()