Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationChannelExtractorTest.java67 NotificationChannel updatedChannel = in testExtractsUpdatedChannel() local
94 NotificationChannel updatedChannel = in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() local
122 NotificationChannel updatedChannel = in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
H A DNotificationManagerServiceTest.java1253 final NotificationChannel updatedChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local
3388 NotificationChannel updatedChannel = in testUpdateChannelNotifyCreatorBlock() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelExtractor.java47 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process() local
H A DRankingConfig.java48 void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
H A DPreferencesHelper.java1071 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
1102 r.channels.put(updatedChannel.getId(), updatedChannel); in updateNotificationChannel() local