Home | History | Annotate | Download | only in syncadapter

Lines Matching refs:channelInfo

37 import com.example.android.sampletvinput.rich.RichTvInputService.ChannelInfo;
78 List<ChannelInfo> channels = RichFeedUtil.getRichChannels(mContext);
79 LongSparseArray<ChannelInfo> channelMap = TvContractUtils.buildChannelMap(
91 * @param channelInfo {@link ChannelInfo} instance which includes program information.
93 private void insertPrograms(Uri channelUri, ChannelInfo channelInfo) {
96 for (ProgramInfo program : channelInfo.programs) {
129 int programsCount = channelInfo.programs.size();
131 ProgramInfo program = channelInfo.programs.get(j);