Home
last modified time | relevance | path

Searched refs:getAfcServerUrl (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java177 assertEquals(sAfcServerUrl1, (mAfcManager).getAfcServerUrl()); in testGetLocationAfterCountryCodeChange()
258 assertEquals(sAfcServerUrl1, (mAfcManager).getAfcServerUrl()); in testStopListeningForLocationUpdates()
269 assertEquals(null, (mAfcManager).getAfcServerUrl()); in testStopListeningForLocationUpdates()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java429 String getAfcServerUrl() { in getAfcServerUrl() method in AfcManager