Searched refs:executeToBoolean (Results 1 – 5 of 5) sorted by relevance
91 return mShellCommandExecutor.executeToBoolean( in isAutoDetectionEnabled()103 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionEnabled()115 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionSupported()121 return mShellCommandExecutor.executeToBoolean( in isTelephonyDetectionSupported()
53 return mShellCommandExecutor.executeToBoolean( in isLocationEnabledForCurrentUser()
88 return mShellCommandExecutor.executeToBoolean(SHELL_CMD_PREFIX + " force_refresh"); in forceRefresh()
49 public final boolean executeToBoolean(@NonNull String command) throws Exception { in executeToBoolean() method in DeviceShellCommandExecutor
500 return shellCommandExecutor.executeToBoolean(SHELL_COMMAND_IS_AUTO_DETECTION_ENABLED); in isAutoDetectionEnabled()