Searched refs:newChannel (Results 1 – 5 of 5) sorted by relevance
211 Channel newChannel = in updateChannels() local215 newChannel.toContentValues(), in updateChannels()220 for (Channel newChannel : networkId2newChannel.values()) { in updateChannels()221 cr.insert(TvContractCompat.Channels.CONTENT_URI, newChannel.toContentValues()); in updateChannels()
94 Channel newChannel = item.getChannel(); in onBind() local95 boolean channelChanged = !Objects.equals(mChannel, newChannel); in onBind()99 || newChannel.getAppLinkPosterArtUri() == null in onBind()101 previousPosterArtUri, newChannel.getAppLinkPosterArtUri()); in onBind()102 mChannel = newChannel; in onBind()
135 NotificationChannel channel = newChannel(context, GLOBAL_VOICEMAIL_CHANNEL_ID, null); in createGlobalVoicemailChannel()187 newChannel(context, getChannelIdForAccount(handle), phoneAccount.getLabel()); in createVoicemailChannelForAccount()216 private static NotificationChannel newChannel( in newChannel() method in VoicemailChannelUtils
273 Channel newChannel = mChannelMap.get(channel.getId()); in moveToChannel() local274 if (newChannel != null) { in moveToChannel()275 setCurrentChannelAndNotify(newChannel); in moveToChannel()
462 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri)); in copyTo()