Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java73 private List<Pair<Lineup, Integer>> lineupMatchCountPair; field in SampleNetworkTunerSetupActivity
192 lineupMatchCountPair = null; in executeAction()
231 if (actionId >= 0 && actionId < lineupMatchCountPair.size()) { in executeAction()
239 selectedLineup = lineupMatchCountPair.get(actionId).first; in executeAction()
307 if (lineupMatchCountPair == null && lineups != null) { in showLineupFragment()
308 lineupMatchCountPair = TunerSetupUtils.lineupChannelMatchCount(lineups, channelNumbers); in showLineupFragment()
321 if (lineupMatchCountPair == null) { in getArgsForLineupFragment()
324 ArrayList<String> lineupNames = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
325 ArrayList<Integer> matchNumbers = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
327 for (Pair<Lineup, Integer> pair : lineupMatchCountPair) { in getArgsForLineupFragment()
[all …]
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java73 private List<Pair<Lineup, Integer>> lineupMatchCountPair; field in SampleDvbTunerSetupActivity
191 lineupMatchCountPair = null; in executeAction()
230 if (actionId >= 0 && actionId < lineupMatchCountPair.size()) { in executeAction()
238 selectedLineup = lineupMatchCountPair.get(actionId).first; in executeAction()
306 if (lineupMatchCountPair == null && lineups != null) { in showLineupFragment()
307 lineupMatchCountPair = TunerSetupUtils.lineupChannelMatchCount(lineups, channelNumbers); in showLineupFragment()
320 if (lineupMatchCountPair == null) { in getArgsForLineupFragment()
323 ArrayList<String> lineupNames = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
324 ArrayList<Integer> matchNumbers = new ArrayList<>(lineupMatchCountPair.size()); in getArgsForLineupFragment()
326 for (Pair<Lineup, Integer> pair : lineupMatchCountPair) { in getArgsForLineupFragment()
[all …]