Searched refs:getWifiConfigsForPasspointProfiles (Results 1 – 9 of 9) sorted by relevance
80 List<WifiConfiguration> getWifiConfigsForPasspointProfiles(in List<String> fqdnList); in getWifiConfigsForPasspointProfiles() method
1282 mService.getWifiConfigsForPasspointProfiles( in getAllMatchingWifiConfigs()
132 public List<WifiConfiguration> getWifiConfigsForPasspointProfiles(List<String> fqdnList) { in getWifiConfigsForPasspointProfiles() method in BaseWifiService
1017 public void getWifiConfigsForPasspointProfiles() { in getWifiConfigsForPasspointProfiles() method in PasspointManagerTest1033 assertEquals(3, mManager.getWifiConfigsForPasspointProfiles( in getWifiConfigsForPasspointProfiles()
1064 public List<WifiConfiguration> getWifiConfigsForPasspointProfiles(List<String> fqdnList) { in getWifiConfigsForPasspointProfiles() method in PasspointManager
1304 inOrder.verify(mWifiService).getWifiConfigsForPasspointProfiles(any(List.class)); in testGetAllMatchingWifiConfigs()
2037 public List<WifiConfiguration> getWifiConfigsForPasspointProfiles(List<String> fqdnList) { in getWifiConfigsForPasspointProfiles() method in WifiServiceImpl
4235 mPasspointManager.getWifiConfigsForPasspointProfiles( in processMessage()
2712 mWifiServiceImpl.getWifiConfigsForPasspointProfiles(new ArrayList<>()); in testGetWifiConfigsForPasspointProfilesWithoutPermissions()