Searched refs:getAllMatchingPasspointProfilesForScanResults (Results 1 – 10 of 10) sorted by relevance
402 Map getAllMatchingPasspointProfilesForScanResults(in List<ScanResult> scanResult); in getAllMatchingPasspointProfilesForScanResults() method
932 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in BaseWifiService
2391 mService.getAllMatchingPasspointProfilesForScanResults(scanResults); in getAllMatchingWifiConfigs()
1253 mManager.getAllMatchingPasspointProfilesForScanResults( in getAllMatchingFqdnsForScanResults()1398 mManager.getAllMatchingPasspointProfilesForScanResults(null).size()); in getAllMatchingFqdnsForScanResultsWithNullScanResult()1411 mManager.getAllMatchingPasspointProfilesForScanResults( in getAllMatchingFqdnsForScanResultsWithNullBSSID()1425 mManager.getAllMatchingPasspointProfilesForScanResults( in ggetAllMatchingFqdnsForScanResultsWithInvalidBSSID()1438 mManager.getAllMatchingPasspointProfilesForScanResults( in getAllMatchingFqdnsForScanResultsForNonPasspointAP()
1070 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in PasspointManager
2372 when(mWifiService.getAllMatchingPasspointProfilesForScanResults( in testGetAllMatchingWifiConfigs()2378 inOrder.verify(mWifiService).getAllMatchingPasspointProfilesForScanResults(any(List.class)); in testGetAllMatchingWifiConfigs()
896 .getAllMatchingPasspointProfilesForScanResults(passpointAp).keySet()); in updateUserDisabledList()
3634 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in WifiServiceImpl3646 () -> mPasspointManager.getAllMatchingPasspointProfilesForScanResults(scanResults), in getAllMatchingPasspointProfilesForScanResults()
4849 mWifiServiceImpl.getAllMatchingPasspointProfilesForScanResults(new ArrayList<>()); in testGetAllMatchingPasspointProfilesForScanResultsWithoutPermissions()4862 mWifiServiceImpl.getAllMatchingPasspointProfilesForScanResults(createScanResultList()); in testGetAllMatchingPasspointProfilesForScanResultsWithPermissions()4864 verify(mPasspointManager).getAllMatchingPasspointProfilesForScanResults(any()); in testGetAllMatchingPasspointProfilesForScanResultsWithPermissions()4877 mWifiServiceImpl.getAllMatchingPasspointProfilesForScanResults(new ArrayList<>()); in testGetAllMatchingPasspointProfilesForScanResultsWithInvalidScanResult()4879 verify(mPasspointManager, never()).getAllMatchingPasspointProfilesForScanResults(any()); in testGetAllMatchingPasspointProfilesForScanResultsWithInvalidScanResult()
4542 when(mPasspointManager.getAllMatchingPasspointProfilesForScanResults(any())) in verifyUserDisabledListUpdated()