Home
last modified time | relevance | path

Searched refs:scanResults (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DNetworkRequestDialogFragmentTest.java224 List<ScanResult> scanResults = new ArrayList<>(); in onMatch_shouldUpdatedList() local
228 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() local
301 scanResults.add(scanResult); in onMatchManyResult_showNeutralButton()
303 networkRequestDialogFragment.onMatch(scanResults); in onMatchManyResult_showNeutralButton()
317 final List<ScanResult> scanResults = new ArrayList<>(); in clickNeutralButton_hideNeutralButton() local
322 scanResults.add(scanResult); in clickNeutralButton_hideNeutralButton()
324 networkRequestDialogFragment.onMatch(scanResults); in clickNeutralButton_hideNeutralButton()
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestDialogFragment.java422 public void onMatch(List<ScanResult> scanResults) { in onMatch() argument
424 if (scanResults != null && scanResults.size() > 0) { in onMatch()
426 renewAccessPointList(scanResults); in onMatch()
434 private void renewAccessPointList(List<ScanResult> scanResults) { in renewAccessPointList() argument
441 if (scanResults != null) { in renewAccessPointList()
442 mFilterWifiTracker.updateKeys(scanResults); in renewAccessPointList()
489 public void updateKeys(List<ScanResult> scanResults) { in updateKeys() argument
490 for (ScanResult scanResult : scanResults) { in updateKeys()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DNetworkRequestDialogFragment.java420 public void onMatch(List<ScanResult> scanResults) { in onMatch() argument
422 if (scanResults != null && scanResults.size() > 0) { in onMatch()
424 renewAccessPointList(scanResults); in onMatch()
432 private void renewAccessPointList(List<ScanResult> scanResults) { in renewAccessPointList() argument
439 if (scanResults != null) { in renewAccessPointList()
440 mFilterWifiTracker.updateKeys(scanResults); in renewAccessPointList()
487 public void updateKeys(List<ScanResult> scanResults) { in updateKeys() argument
488 for (ScanResult scanResult : scanResults) { in updateKeys()