Searched refs:onLocationChange (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | AfcManagerTest.java | 142 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/ |
D | AfcManager.java | 83 onLocationChange(location, false); in AfcManager() 167 public void onLocationChange(Location location, boolean isCalledFromShellCommand) { in onLocationChange() method in AfcManager
|
D | WifiShellCommand.java | 1937 mWifiThreadRunner.post(() -> mAfcManager.onLocationChange(location, true), in onCommand()
|