Searched refs:getAllMatchingWifiConfigs (Results 1 – 9 of 9) sorted by relevance
612 mWifiManager.getAllMatchingWifiConfigs(cachedScanResults), cachedAccessPoints)); in updateAccessPoints()
1934 wifiManager.getAllMatchingWifiConfigs(wifiManager.getScanResults())) { in onProvisioningComplete()
1503 when(mMockWifiManager.getAllMatchingWifiConfigs(any())).thenReturn(matchingWifiConfig); in testOsuAccessPoint_connectsAfterProvisioning()1537 when(mMockWifiManager.getAllMatchingWifiConfigs(any())).thenReturn(new ArrayList<>()); in testOsuAccessPoint_noMatchingConfigsAfterProvisioning_callsOnFailure()
1301 mWifiManager.getAllMatchingWifiConfigs(new ArrayList<>()); in testGetAllMatchingWifiConfigs()
1271 public List<Pair<WifiConfiguration, Map<Integer, List<ScanResult>>>> getAllMatchingWifiConfigs( in getAllMatchingWifiConfigs() method in WifiManager
5374 …ava.lang.Integer,java.util.List<android.net.wifi.ScanResult>>>> getAllMatchingWifiConfigs(@NonNull…
5280 …ava.lang.Integer,java.util.List<android.net.wifi.ScanResult>>>> getAllMatchingWifiConfigs(@NonNull…
46373 Landroid/net/wifi/IWifiManager$Stub$Proxy;->getAllMatchingWifiConfigs(Landroid/net/wifi/ScanResult;…46505 Landroid/net/wifi/IWifiManager;->getAllMatchingWifiConfigs(Landroid/net/wifi/ScanResult;)Ljava/util…47386 Landroid/net/wifi/WifiManager;->getAllMatchingWifiConfigs(Landroid/net/wifi/ScanResult;)Ljava/util/…
10944 HSPLandroid/net/wifi/WifiManager;->getAllMatchingWifiConfigs(Ljava/util/List;)Ljava/util/List;