Searched refs:getAllMatchingFqdnsForScanResults (Results 1 – 10 of 10) sorted by relevance
66 Map getAllMatchingFqdnsForScanResults(in List<ScanResult> scanResult); in getAllMatchingFqdnsForScanResults() method
1244 mService.getAllMatchingFqdnsForScanResults( in getAllMatchingWifiConfigs()
842 public void getAllMatchingFqdnsForScanResults() { in getAllMatchingFqdnsForScanResults() method in PasspointManagerTest877 mManager.getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults()927 assertEquals(0, mManager.getAllMatchingFqdnsForScanResults(null).size()); in getAllMatchingFqdnsForScanResultsWithNullScanResult()940 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in getAllMatchingFqdnsForScanResultsWithNullBSSID()953 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in ggetAllMatchingFqdnsForScanResultsWithInvalidBSSID()965 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in getAllMatchingFqdnsForScanResultsForNonPasspointAP()
93 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in BaseWifiService
1295 when(mWifiService.getAllMatchingFqdnsForScanResults(any(List.class))).thenReturn(fqdns); in testGetAllMatchingWifiConfigs()1300 inOrder.verify(mWifiService).getAllMatchingFqdnsForScanResults(any(List.class)); in testGetAllMatchingWifiConfigs()
878 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in PasspointManager
1917 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in WifiServiceImpl
4534 mPasspointManager.getAllMatchingFqdnsForScanResults( in processMessage()
2547 mWifiServiceImpl.getAllMatchingFqdnsForScanResults(new ArrayList<>()); in testGetAllMatchingFqdnsForScanResultsWithoutPermissions()
10771 HSPLandroid/net/wifi/IWifiManager$Stub$Proxy;->getAllMatchingFqdnsForScanResults(Ljava/util/List;)L…