Searched refs:scanResults (Results 1 – 3 of 3) sorted by relevance
224 List<ScanResult> scanResults = new ArrayList<>(); in onMatch_shouldUpdatedList() local228 scanResults.add(scanResult); in onMatch_shouldUpdatedList()232 scanResults.add(scanResult); in onMatch_shouldUpdatedList()235 networkRequestDialogFragment.onMatch(scanResults); in onMatch_shouldUpdatedList()296 final List<ScanResult> scanResults = new ArrayList<>(); in onMatchManyResult_showNeutralButton() local301 scanResults.add(scanResult); in onMatchManyResult_showNeutralButton()303 networkRequestDialogFragment.onMatch(scanResults); in onMatchManyResult_showNeutralButton()317 final List<ScanResult> scanResults = new ArrayList<>(); in clickNeutralButton_hideNeutralButton() local322 scanResults.add(scanResult); in clickNeutralButton_hideNeutralButton()324 networkRequestDialogFragment.onMatch(scanResults); in clickNeutralButton_hideNeutralButton()
422 public void onMatch(List<ScanResult> scanResults) { in onMatch() argument424 if (scanResults != null && scanResults.size() > 0) { in onMatch()426 renewAccessPointList(scanResults); in onMatch()434 private void renewAccessPointList(List<ScanResult> scanResults) { in renewAccessPointList() argument441 if (scanResults != null) { in renewAccessPointList()442 mFilterWifiTracker.updateKeys(scanResults); in renewAccessPointList()489 public void updateKeys(List<ScanResult> scanResults) { in updateKeys() argument490 for (ScanResult scanResult : scanResults) { in updateKeys()
420 public void onMatch(List<ScanResult> scanResults) { in onMatch() argument422 if (scanResults != null && scanResults.size() > 0) { in onMatch()424 renewAccessPointList(scanResults); in onMatch()432 private void renewAccessPointList(List<ScanResult> scanResults) { in renewAccessPointList() argument439 if (scanResults != null) { in renewAccessPointList()440 mFilterWifiTracker.updateKeys(scanResults); in renewAccessPointList()487 public void updateKeys(List<ScanResult> scanResults) { in updateKeys() argument488 for (ScanResult scanResult : scanResults) { in updateKeys()