Searched refs:getWifiConfigsForPasspointProfiles (Results 1 – 12 of 12) sorted by relevance
253 mWifiInjector.getPasspointManager().getWifiConfigsForPasspointProfiles(false); in handleWifiConfiguredNetworkInfoPull()
2555 mPasspointManager.getWifiConfigsForPasspointProfiles(true); in mergePasspointPnoScanCandidates()
3758 public List<WifiConfiguration> getWifiConfigsForPasspointProfiles(List<String> fqdnList) { in getWifiConfigsForPasspointProfiles() method in WifiServiceImpl3771 () -> mPasspointManager.getWifiConfigsForPasspointProfiles(fqdnList), in getWifiConfigsForPasspointProfiles()
257 when(mPasspointManager.getWifiConfigsForPasspointProfiles(anyBoolean())) in testWifiConfiguredNetworkInfoPull()
5895 when(mPasspointManager.getWifiConfigsForPasspointProfiles(anyBoolean())) in testRetrievePnoListOrder()
4889 mWifiServiceImpl.getWifiConfigsForPasspointProfiles(new ArrayList<>()); in testGetWifiConfigsForPasspointProfilesWithoutPermissions()
1285 public void getWifiConfigsForPasspointProfiles() { in getWifiConfigsForPasspointProfiles() method in PasspointManagerTest1309 List<WifiConfiguration> wifiConfigurationList = mManager.getWifiConfigsForPasspointProfiles( in getWifiConfigsForPasspointProfiles()1338 WifiConfiguration config = mManager.getWifiConfigsForPasspointProfiles( in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()1362 WifiConfiguration config = mManager.getWifiConfigsForPasspointProfiles( in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()1380 List<WifiConfiguration> configs = mManager.getWifiConfigsForPasspointProfiles(false); in testGetWifiConfigsForPasspointProfilesWithSsids()1384 configs = mManager.getWifiConfigsForPasspointProfiles(true); in testGetWifiConfigsForPasspointProfilesWithSsids()
1198 public List<WifiConfiguration> getWifiConfigsForPasspointProfiles(List<String> idList) { in getWifiConfigsForPasspointProfiles() method in PasspointManager1255 public List<WifiConfiguration> getWifiConfigsForPasspointProfiles(boolean requireSsid) { in getWifiConfigsForPasspointProfiles() method in PasspointManager
132 List<WifiConfiguration> getWifiConfigsForPasspointProfiles(in List<String> fqdnList); in getWifiConfigsForPasspointProfiles() method
175 public List<WifiConfiguration> getWifiConfigsForPasspointProfiles(List<String> fqdnList) { in getWifiConfigsForPasspointProfiles() method in BaseWifiService
2396 mService.getWifiConfigsForPasspointProfiles( in getAllMatchingWifiConfigs()
2379 inOrder.verify(mWifiService).getWifiConfigsForPasspointProfiles(any(List.class)); in testGetAllMatchingWifiConfigs()