Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelExtractorTest.java102 NotificationChannel updatedChannel = in testExtractsUpdatedConversationChannel() local
122 NotificationChannel updatedChannel = in testInvalidShortcutFlagEnabled_looksUpCorrectNonChannel() local
143 NotificationChannel updatedChannel = in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
DNotificationManagerServiceTest.java1585 final NotificationChannel updatedChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local
3842 NotificationChannel updatedChannel = in testUpdateChannelNotifyCreatorBlock() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelExtractor.java73 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process() local
DRankingConfig.java46 void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
DPreferencesHelper.java1131 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
1162 r.channels.put(updatedChannel.getId(), updatedChannel); in updateNotificationChannel() local