Home
last modified time | relevance | path

Searched defs:updatedChannel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelExtractorTest.java66 NotificationChannel updatedChannel = in testExtractsUpdatedChannel() local
DNotificationManagerServiceTest.java682 final NotificationChannel updatedChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local
1620 NotificationChannel updatedChannel = in testUpdateChannelNotifyCreatorBlock() local
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java755 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
790 r.channels.put(updatedChannel.getId(), updatedChannel); in updateNotificationChannel() local