Home
last modified time | relevance | path

Searched refs:lineupMatchCountPair (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java74 private List<Pair<Lineup, Integer>> lineupMatchCountPair; field in SampleDvbTunerSetupActivity
196 lineupMatchCountPair = null; in executeAction()
236 if (actionId >= 0 && actionId < lineupMatchCountPair.size()) { in executeAction()
244 selectedLineup = lineupMatchCountPair.get(actionId).first; in executeAction()
312 if (lineupMatchCountPair == null && lineups != null) { in showLineupFragment()
313 lineupMatchCountPair = TunerSetupUtils.lineupChannelMatchCount(lineups, channelNumbers); in showLineupFragment()
326 if (lineupMatchCountPair == null) { in getArgsForLineupFragment()
329 ArrayList<String> lineupNames = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
330 ArrayList<Integer> matchNumbers = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
332 for (Pair<Lineup, Integer> pair : lineupMatchCountPair) { in getArgsForLineupFragment()
[all …]
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java74 private List<Pair<Lineup, Integer>> lineupMatchCountPair; field in SampleNetworkTunerSetupActivity
197 lineupMatchCountPair = null; in executeAction()
236 if (actionId >= 0 && actionId < lineupMatchCountPair.size()) { in executeAction()
244 selectedLineup = lineupMatchCountPair.get(actionId).first; in executeAction()
312 if (lineupMatchCountPair == null && lineups != null) { in showLineupFragment()
313 lineupMatchCountPair = TunerSetupUtils.lineupChannelMatchCount(lineups, channelNumbers); in showLineupFragment()
326 if (lineupMatchCountPair == null) { in getArgsForLineupFragment()
329 ArrayList<String> lineupNames = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
330 ArrayList<Integer> matchNumbers = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
332 for (Pair<Lineup, Integer> pair : lineupMatchCountPair) { in getArgsForLineupFragment()
[all …]