Searched refs:executeToString (Results 1 – 4 of 4) sorted by relevance
139 String result = mShellCommandExecutor.executeToString(SETTINGS_CMD_PREFIX + cmd); in isAutoTimeZoneEnabledExplicitly()149 mShellCommandExecutor.executeToString(SETTINGS_CMD_PREFIX + cmd); in clearAutoTimeZoneEnabledExplicitly()157 mShellCommandExecutor.executeToString(SETTINGS_CMD_PREFIX + cmd); in setAutoTimeZoneEnabledExplicitly()
57 String serviceList = mShellCommandExecutor.executeToString("cmd -l"); in isNetworkTimeUpdateServicePresent()
28 public final String executeToString(@NonNull String command) throws Exception { in executeToString() method in DeviceShellCommandExecutor
93 String serviceList = mShellCommandExecutor.executeToString("cmd -l"); in isLocationTimeZoneManagerPresent()