Searched refs:getAllMatchingFqdnsForScanResults (Results 1 – 9 of 9) sorted by relevance
66 Map getAllMatchingFqdnsForScanResults(in List<ScanResult> scanResult); in getAllMatchingFqdnsForScanResults() method
1244 mService.getAllMatchingFqdnsForScanResults( in getAllMatchingWifiConfigs()
956 public void getAllMatchingFqdnsForScanResults() { in getAllMatchingFqdnsForScanResults() method in PasspointManagerTest991 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()
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()
917 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()