Searched defs:updateChannel (Results 1 – 4 of 4) sorted by relevance
56 private val updateChannel = Channel<Unit>() in <lambda>() constant
95 private void updateChannel(ChannelsRowItem item) { in updateChannel() method in ChannelCardView
207 private fun updateChannel(app: ApplicationInfo, channel: NotificationChannel) { in updateChannel() method
373 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend