Searched refs:getAllMatchingPasspointProfilesForScanResults (Results 1 – 10 of 10) sorted by relevance
307 Map getAllMatchingPasspointProfilesForScanResults(in List<ScanResult> scanResult); in getAllMatchingPasspointProfilesForScanResults() method
1546 mService.getAllMatchingPasspointProfilesForScanResults(scanResults); in getAllMatchingWifiConfigs()
730 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in BaseWifiService
623 .getAllMatchingPasspointProfilesForScanResults(passpointAp).keySet()); in updateUserDisabledList()
2561 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in WifiServiceImpl2573 () -> mPasspointManager.getAllMatchingPasspointProfilesForScanResults(scanResults), in getAllMatchingPasspointProfilesForScanResults()
1252 mManager.getAllMatchingPasspointProfilesForScanResults( in getAllMatchingFqdnsForScanResults()1368 mManager.getAllMatchingPasspointProfilesForScanResults(null).size()); in getAllMatchingFqdnsForScanResultsWithNullScanResult()1381 mManager.getAllMatchingPasspointProfilesForScanResults( in getAllMatchingFqdnsForScanResultsWithNullBSSID()1395 mManager.getAllMatchingPasspointProfilesForScanResults( in ggetAllMatchingFqdnsForScanResultsWithInvalidBSSID()1408 mManager.getAllMatchingPasspointProfilesForScanResults( in getAllMatchingFqdnsForScanResultsForNonPasspointAP()
1035 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in PasspointManager
4099 mWifiServiceImpl.getAllMatchingPasspointProfilesForScanResults(new ArrayList<>()); in testGetAllMatchingPasspointProfilesForScanResultsWithoutPermissions()4112 mWifiServiceImpl.getAllMatchingPasspointProfilesForScanResults(createScanResultList()); in testGetAllMatchingPasspointProfilesForScanResultsWithPermissions()4114 verify(mPasspointManager).getAllMatchingPasspointProfilesForScanResults(any()); in testGetAllMatchingPasspointProfilesForScanResultsWithPermissions()4127 mWifiServiceImpl.getAllMatchingPasspointProfilesForScanResults(new ArrayList<>()); in testGetAllMatchingPasspointProfilesForScanResultsWithInvalidScanResult()4129 verify(mPasspointManager, never()).getAllMatchingPasspointProfilesForScanResults(any()); in testGetAllMatchingPasspointProfilesForScanResultsWithInvalidScanResult()
3079 when(mPasspointManager.getAllMatchingPasspointProfilesForScanResults(any())) in verifyUserDisabledListUpdated()
2191 when(mWifiService.getAllMatchingPasspointProfilesForScanResults( in testGetAllMatchingWifiConfigs()2197 inOrder.verify(mWifiService).getAllMatchingPasspointProfilesForScanResults(any(List.class)); in testGetAllMatchingWifiConfigs()