Searched refs:channelsFound (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/search/
H A DDataManagerSearch.java101 Set<Long> channelsFound = new HashSet<>();
106 if (channelsFound.contains(channel.getId())) {
110 addResult(results, channelsFound, channel, null);
119 if (channelsFound.contains(channel.getId())) {
124 addResult(results, channelsFound, channel, null);
131 if (channelsFound.contains(channel.getId())) {
140 addResult(results, channelsFound, channel, program);
147 if (channelsFound.contains(channel.getId())) {
156 addResult(results, channelsFound, channel, program);
173 private void addResult(List<SearchResult> results, Set<Long> channelsFound, Channe argument
[all...]
H A DTvProviderSearch.java88 Set<Long> channelsFound = new HashSet<>();
90 results.addAll(searchChannels(query, channelsFound, limit));
95 results.addAll(searchChannels(query, channelsFound, limit));
113 channelsFound, limit));
186 String[] columnForPartialMatching, Set<Long> channelsFound, int limit) {
224 if (channelsFound.contains(id)) {
227 channelsFound.add(id);
307 String[] columnForPartialMatching, Set<Long> channelsFound, int limit) {
347 if (channelsFound.contains(id)) {
350 channelsFound
185 searchChannels(String query, String[] columnForExactMatching, String[] columnForPartialMatching, Set<Long> channelsFound, int limit) argument
306 searchPrograms(String query, String[] columnForExactMatching, String[] columnForPartialMatching, Set<Long> channelsFound, int limit) argument
[all...]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
H A DScanFragment.java248 int channelsFound = mAdapter.getCount();
249 if (!mChannelListVisible && channelsFound > 0) {
251 R.plurals.ut_channel_scan_message, channelsFound, channelsFound);
252 mScanningMessage.setText(String.format(format, channelsFound));
266 int channelsFound = mAdapter.getCount();
268 R.plurals.ut_channel_scan_message, channelsFound, channelsFound);
269 mScanningMessage.setText(String.format(format, channelsFound));

Completed in 145 milliseconds