Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/wificalling/
DCrossSimCallingViewModel.kt56 private val updateChannel = Channel<Unit>() in <lambda>() constant
/packages/apps/TV/src/com/android/tv/menu/
DChannelCardView.java95 private void updateChannel(ChannelsRowItem item) { in updateChannel() method in ChannelCardView
/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationRepository.kt207 private fun updateChannel(app: ApplicationInfo, channel: NotificationChannel) { in updateChannel() method
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java373 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend