Home
last modified time | relevance | path

Searched refs:getAllMatchingFqdnsForScanResults (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl66 Map getAllMatchingFqdnsForScanResults(in List<ScanResult> scanResult); in getAllMatchingFqdnsForScanResults() method
DWifiManager.java1244 mService.getAllMatchingFqdnsForScanResults( in getAllMatchingWifiConfigs()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java956 public void getAllMatchingFqdnsForScanResults() { in getAllMatchingFqdnsForScanResults() method in PasspointManagerTest
991 mManager.getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults()
1041 assertEquals(0, mManager.getAllMatchingFqdnsForScanResults(null).size()); in getAllMatchingFqdnsForScanResultsWithNullScanResult()
1054 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in getAllMatchingFqdnsForScanResultsWithNullBSSID()
1067 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in ggetAllMatchingFqdnsForScanResultsWithInvalidBSSID()
1079 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in getAllMatchingFqdnsForScanResultsForNonPasspointAP()
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java93 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in BaseWifiService
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1295 when(mWifiService.getAllMatchingFqdnsForScanResults(any(List.class))).thenReturn(fqdns); in testGetAllMatchingWifiConfigs()
1300 inOrder.verify(mWifiService).getAllMatchingFqdnsForScanResults(any(List.class)); in testGetAllMatchingWifiConfigs()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java917 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in PasspointManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1917 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in WifiServiceImpl
DClientModeImpl.java4534 mPasspointManager.getAllMatchingFqdnsForScanResults( in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2547 mWifiServiceImpl.getAllMatchingFqdnsForScanResults(new ArrayList<>()); in testGetAllMatchingFqdnsForScanResultsWithoutPermissions()