Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java142 mAfcManager.onLocationChange(null, false); in testNoCrashForNullLocation()
156 mAfcManager.onLocationChange(mLocation, false); in testUpdateLastKnownLocationOnLocationChange()
280 mAfcManager.onLocationChange(null, false); in testNullLocationChange()
294 mAfcManager.onLocationChange(mLocation, false); in testQueryAfterExpiredTime()
307 mAfcManager.onLocationChange(mLocation, false); in testQueryAfterExpiredTime()
315 mAfcManager.onLocationChange(mLocation, false); in testQueryAfterExpiredTime()
329 mAfcManager.onLocationChange(mLocation, false); in testQueryAfterLocationChange()
344 mAfcManager.onLocationChange(mLocation, false); in testQueryAfterLocationChange()
352 mAfcManager.onLocationChange(mLocation, false); in testQueryAfterLocationChange()
361 mAfcManager.onLocationChange(mLocation, false); in testQueryAfterLocationChange()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java83 onLocationChange(location, false); in AfcManager()
167 public void onLocationChange(Location location, boolean isCalledFromShellCommand) { in onLocationChange() method in AfcManager
DWifiShellCommand.java1937 mWifiThreadRunner.post(() -> mAfcManager.onLocationChange(location, true), in onCommand()