Home
last modified time | relevance | path

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

/aosp12/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.java1053 final NotificationChannel updatedChannel = in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() local
2227 NotificationChannel updatedChannel = in testUpdateChannelNotifyCreatorBlock() local
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelExtractor.java47 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process() local
H A DPreferencesHelper.java999 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
1034 r.channels.put(updatedChannel.getId(), updatedChannel); in updateNotificationChannel() local
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DFakeEpgReader.java100 ChannelImpl updatedChannel = new ChannelImpl.Builder(match).build(); in getChannels() local
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/data/
H A DChannelDataManagerTest.java348 Channel updatedChannel = channelListener.updatedChannels.get(0); in testChannelListChanged() local