Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java167 public void onLocationChange(Location location, boolean isCalledFromShellCommand) { in onLocationChange() argument
170 if (!mIsAfcSupportedForCurrentCountry && !isCalledFromShellCommand) { in onLocationChange()
187 queryServerAndInformDriver(location, isCalledFromShellCommand); in onLocationChange()
195 queryServerAndInformDriver(location, isCalledFromShellCommand); in onLocationChange()
209 queryServerAndInformDriver(location, isCalledFromShellCommand); in onLocationChange()
239 private void queryServerAndInformDriver(Location location, boolean isCalledFromShellCommand) { in queryServerAndInformDriver() argument
242 if (isCalledFromShellCommand) { in queryServerAndInformDriver()