Home
last modified time | relevance | path

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

/frameworks/support/tv-provider/tests/src/android/support/media/tv/
DChannelTest.java124 Channel updatedChannel = new Channel.Builder(channelFromSystemDb) in testChannelUpdateWithContentProvider() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java600 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel) { in updateNotificationChannel()
615 r.channels.put(updatedChannel.getId(), updatedChannel); in updateNotificationChannel() local