Searched refs:run_adb_shell_command (Results 1 – 1 of 1) sorted by relevance
77 _global.current_user = run_adb_shell_command('am get-current-user').strip()104 def run_adb_shell_command(cmd): function195 files = run_adb_shell_command('ls -1 %s' % screenshot_device_dir).split('\n')293 result = run_adb_shell_command(shell_command)491 energy_value_result = run_adb_shell_command(593 out = run_adb_shell_command('dumpsys android.hardware.thermal.IThermal/default')622 run_adb_shell_command('setprop persist.vendor.disable.thermal.control %d' % disabled)642 lines = run_adb_shell_command('dumpsys thermalservice').splitlines()659 level = int(run_adb_shell_command('dumpsys battery get level').strip())816 run_adb_shell_command('settings delete global angle_debug_package')[all …]