Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java80 return mShellCommandExecutor.executeToBoolean( in isAutoDetectionEnabled()
92 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionEnabled()
104 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionSupported()
110 return mShellCommandExecutor.executeToBoolean( in isTelephonyDetectionSupported()
DLocationShellHelper.java53 return mShellCommandExecutor.executeToBoolean( in isLocationEnabledForCurrentUser()
DDeviceShellCommandExecutor.java49 public final boolean executeToBoolean(@NonNull String command) throws Exception { in executeToBoolean() method in DeviceShellCommandExecutor
DDeviceConfigShellHelper.java71 return mShellCommandExecutor.executeToBoolean(cmd); in isSyncDisabled()