Home
last modified time | relevance | path

Searched refs:getAllMatchingPasspointProfilesForScanResults (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIWifiManager.aidl307 Map getAllMatchingPasspointProfilesForScanResults(in List<ScanResult> scanResult); in getAllMatchingPasspointProfilesForScanResults() method
H A DWifiManager.java1546 mService.getAllMatchingPasspointProfilesForScanResults(scanResults); in getAllMatchingWifiConfigs()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DBaseWifiService.java730 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in BaseWifiService
H A DWifiConnectivityManager.java623 .getAllMatchingPasspointProfilesForScanResults(passpointAp).keySet()); in updateUserDisabledList()
H A DWifiServiceImpl.java2561 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in WifiServiceImpl
2573 () -> mPasspointManager.getAllMatchingPasspointProfilesForScanResults(scanResults), in getAllMatchingPasspointProfilesForScanResults()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java1252 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointManager.java1035 getAllMatchingPasspointProfilesForScanResults(List<ScanResult> scanResults) { in getAllMatchingPasspointProfilesForScanResults() method in PasspointManager
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java4099 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()
H A DWifiConnectivityManagerTest.java3079 when(mPasspointManager.getAllMatchingPasspointProfilesForScanResults(any())) in verifyUserDisabledListUpdated()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java2191 when(mWifiService.getAllMatchingPasspointProfilesForScanResults( in testGetAllMatchingWifiConfigs()
2197 inOrder.verify(mWifiService).getAllMatchingPasspointProfilesForScanResults(any(List.class)); in testGetAllMatchingWifiConfigs()