Searched refs:getAfcServerUrlsForCountry (Results 1 – 4 of 4) sorted by relevance
247 List<String> afcServersForUS = mWifiGlobals.getAfcServerUrlsForCountry("US"); in testAfcServerUrlByCountry()262 assertNull(mWifiGlobals.getAfcServerUrlsForCountry("US")); in testAfcServerUrlCountryUnavailable()
98 when(mWifiGlobals.getAfcServerUrlsForCountry(anyString())).thenReturn(Arrays.asList( in setUp()266 when(mWifiGlobals.getAfcServerUrlsForCountry(anyString())).thenReturn(null); in testStopListeningForLocationUpdates()
274 List<String> afcServerUrlsForCountry = mWifiGlobals.getAfcServerUrlsForCountry(countryCode); in onCountryCodeChange()
295 public @Nullable List<String> getAfcServerUrlsForCountry(String countryCode) { in getAfcServerUrlsForCountry() method in WifiGlobals