Searched refs:mShellCommandExecutor (Results 1 – 4 of 4) sorted by relevance
72 private final DeviceShellCommandExecutor mShellCommandExecutor; field in TimeZoneDetectorShellHelper75 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in TimeZoneDetectorShellHelper()80 return mShellCommandExecutor.executeToBoolean( in isAutoDetectionEnabled()87 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in setAutoDetectionEnabled()92 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionEnabled()99 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in setGeoDetectionEnabled()104 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionSupported()110 return mShellCommandExecutor.executeToBoolean( in isTelephonyDetectionSupported()
114 private final DeviceShellCommandExecutor mShellCommandExecutor; field in LocationTimeZoneManagerShellHelper118 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()136 String serviceList = mShellCommandExecutor.executeToString("cmd -l"); in isLocationTimeZoneManagerPresent()151 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + SHELL_COMMAND_START); in start()156 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + SHELL_COMMAND_STOP); in stop()162 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in recordProviderStates()168 return mShellCommandExecutor.executeToBytes(SHELL_CMD_PREFIX + cmd); in dumpState()219 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in sendProviderTestCommand()
45 private final DeviceShellCommandExecutor mShellCommandExecutor; field in LocationShellHelper48 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationShellHelper()53 return mShellCommandExecutor.executeToBoolean( in isLocationEnabledForCurrentUser()60 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in setLocationEnabledForCurrentUser()
60 private final DeviceShellCommandExecutor mShellCommandExecutor; field in DeviceConfigShellHelper63 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in DeviceConfigShellHelper()71 return mShellCommandExecutor.executeToBoolean(cmd); in isSyncDisabled()82 mShellCommandExecutor.executeToTrimmedString(cmd); in setSyncDisabled()92 String output = mShellCommandExecutor.executeToTrimmedString(cmd); in list()118 mShellCommandExecutor.executeToTrimmedString(cmd); in put()124 mShellCommandExecutor.executeToTrimmedString(cmd); in delete()