Home
last modified time | relevance | path

Searched refs:getAfcServerUrlsForCountry (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiGlobalsTest.java247 List<String> afcServersForUS = mWifiGlobals.getAfcServerUrlsForCountry("US"); in testAfcServerUrlByCountry()
262 assertNull(mWifiGlobals.getAfcServerUrlsForCountry("US")); in testAfcServerUrlCountryUnavailable()
DAfcManagerTest.java98 when(mWifiGlobals.getAfcServerUrlsForCountry(anyString())).thenReturn(Arrays.asList( in setUp()
266 when(mWifiGlobals.getAfcServerUrlsForCountry(anyString())).thenReturn(null); in testStopListeningForLocationUpdates()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java274 List<String> afcServerUrlsForCountry = mWifiGlobals.getAfcServerUrlsForCountry(countryCode); in onCountryCodeChange()
DWifiGlobals.java295 public @Nullable List<String> getAfcServerUrlsForCountry(String countryCode) { in getAfcServerUrlsForCountry() method in WifiGlobals