Home
last modified time | relevance | path

Searched refs:createAfcLocation (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcLocationUtil.java39 public AfcLocation createAfcLocation(Location location) { in createAfcLocation() method in AfcLocationUtil
DAfcManager.java257 AfcLocation afcLocationForQuery = mAfcLocationUtil.createAfcLocation(location); in queryServerAndInformDriver()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java104 when(mAfcLocationUtil.createAfcLocation(mLocation)).thenReturn(mAfcLocation); in setUp()
194 verify(mAfcLocationUtil).createAfcLocation(mLocation); in testGetLocationAfterCountryCodeChange()