Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java153 mAfcManager.setIsAfcSupportedInCurrentCountry(true); in testUpdateLastKnownLocationOnLocationChange()
292 mAfcManager.setIsAfcSupportedInCurrentCountry(true); in testQueryAfterExpiredTime()
328 mAfcManager.setIsAfcSupportedInCurrentCountry(true); in testQueryAfterLocationChange()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java423 public void setIsAfcSupportedInCurrentCountry(boolean isAfcSupported) { in setIsAfcSupportedInCurrentCountry() method in AfcManager