Searched refs:mChannelsUri (Results 1 – 1 of 1) sorted by relevance
95 private final Uri mChannelsUri; field in ChannelDataManager139 mChannelsUri = TvContract.buildChannelsUriForInput(mInputId); in ChannelDataManager()222 try (Cursor cursor = mContext.getContentResolver().query(mChannelsUri, in notifyScanStarted()455 int count = mContext.getContentResolver().delete(mChannelsUri, null, null); in clearChannels()471 try (Cursor cursor = mContext.getContentResolver().query(mChannelsUri, in getChannelId()520 try (Cursor cursor = mContext.getContentResolver().query(mChannelsUri, in buildChannelMap()