Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelExtractorTest.java67 NotificationChannel updatedChannel = in testExtractsUpdatedChannel() local
94 NotificationChannel updatedChannel = in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() local
122 NotificationChannel updatedChannel = in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
DNotificationManagerServiceTest.java909 final NotificationChannel updatedChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local
2093 NotificationChannel updatedChannel = in testUpdateChannelNotifyCreatorBlock() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelExtractor.java47 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process() local
DPreferencesHelper.java941 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
976 r.channels.put(updatedChannel.getId(), updatedChannel); in updateNotificationChannel() local