Searched defs:channelList (Results 1 – 9 of 9) sorted by relevance
198 List<Channel> channelList = Arrays.asList(mChannel_1, mChannel_2, mChannel_3, mChannel_4); in testGetChannelSortKey_recommendAllChannels() local217 List<Channel> channelList = Arrays.asList(mChannel_2, mChannel_3, mChannel_4); in testGetChannelSortKey_recommendFewChannels() local262 private void assertSortKeyNotInvalid(List<Channel> channelList) { in assertSortKeyNotInvalid()
165 List<Channel> channelList = new ArrayList<>(); in update() local220 List<Channel> channelList = new ArrayList<>(); in getRecentChannels() local
100 List<Channel> channelList = mChannelsAdapter.getItemList(); in doPrefetchImages() local
98 List<Channel> channelList = mChannelDataManager.getChannelList(); in run() local
40 List<Channel> channelList = mActivity.getChannelDataManager().getChannelList(); in testInitialConditions() local
133 List<Channel> channelList = mActivity.getChannelDataManager().getChannelList(); in findChannelWithName() local
147 List<Channel> channelList = mChannelDataManager.getChannelList(); in testGetChannels() local187 List<Channel> channelList = new ArrayList<>(mChannelDataManager.getChannelList()); in testBrowsable() local264 List<Channel> channelList = mChannelDataManager.getChannelList(); in testLocked() local
102 List<Channel> channelList = mChannelDataManager.getBrowsableChannelList(); in searchFromDataManagers() local
100 ListView channelList = (ListView) view.findViewById(R.id.channel_list); in onCreateView() local