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
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
DChannelTest.java126 Channel updatedChannel = new Channel.Builder(channelFromSystemDb) in testChannelUpdateWithContentProvider() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java690 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel()
712 r.channels.put(updatedChannel.getId(), updatedChannel); in updateNotificationChannel() local