Searched refs:getAllMatchingWifiConfigs (Results 1 – 7 of 7) sorted by relevance
64 List<WifiConfiguration> getAllMatchingWifiConfigs(in ScanResult scanResult); in getAllMatchingWifiConfigs() method
1072 public List<WifiConfiguration> getAllMatchingWifiConfigs(ScanResult scanResult) { in getAllMatchingWifiConfigs() method in WifiManager1074 return mService.getAllMatchingWifiConfigs(scanResult); in getAllMatchingWifiConfigs()
918 List<WifiConfiguration> configs = mManager.getAllMatchingWifiConfigs( in getAllMatchingWifiConfigsForProviderAP()944 assertEquals(0, mManager.getAllMatchingWifiConfigs(null).size()); in getAllMatchingWifiConfigsWithNullScanResult()957 assertEquals(0, mManager.getAllMatchingWifiConfigs(scanResult).size()); in getAllMatchingWifiConfigWithNullBSSID()970 assertEquals(0, mManager.getAllMatchingWifiConfigs(scanResult).size()); in getAllMatchingWifiConfigWithInvalidBSSID()983 assertEquals(0, mManager.getAllMatchingWifiConfigs(scanResult).size()); in getAllMatchingWifiConfigForNonPasspointAP()
563 public List<WifiConfiguration> getAllMatchingWifiConfigs(ScanResult scanResult) { in getAllMatchingWifiConfigs() method in PasspointManager
1807 public List<WifiConfiguration> getAllMatchingWifiConfigs(ScanResult scanResult) { in getAllMatchingWifiConfigs() method in WifiServiceImpl1816 return mWifiStateMachine.getAllMatchingWifiConfigs(scanResult, mWifiStateMachineChannel); in getAllMatchingWifiConfigs()
1604 List<WifiConfiguration> getAllMatchingWifiConfigs(ScanResult scanResult, in getAllMatchingWifiConfigs() method in WifiStateMachine4389 mPasspointManager.getAllMatchingWifiConfigs((ScanResult) message.obj)); in processMessage()
26536 HSPLandroid/net/wifi/IWifiManager;->getAllMatchingWifiConfigs(Landroid/net/wifi/ScanResult;)Ljava/u…