Lines Matching refs:RunShellCommand
159 device.RunShellCommand(['mount', '-o', 'remount,rw', '/'],
190 device.RunShellCommand('rm -rf %s/*' % device.GetExternalStoragePath(),
192 device.RunShellCommand('rm -rf /data/local/tmp/*', check_return=True)
204 device.RunShellCommand('rm -rf %s/*' % device.GetExternalStoragePath(),
232 device.RunShellCommand(['wipe', 'data'],
253 device.RunShellCommand(['mkdir', '-p', dir_path],
255 device.RunShellCommand(['restorecon', dir_path],
258 device.RunShellCommand(['restorecon', constants.ADB_KEYS_FILE],
295 device.RunShellCommand(['pm', 'disable', 'com.android.chrome'],
311 device.RunShellCommand(['stop'], check_return=True)
312 device.RunShellCommand(['rm', '-rf'] + _SYSTEM_WEBVIEW_PATHS,
314 device.RunShellCommand(['start'], check_return=True)
342 device.RunShellCommand(
384 device.RunShellCommand(set_date_command, as_root=True, check_return=True)
387 device_time = device.RunShellCommand(
410 props = device.RunShellCommand('getprop', check_return=True)
418 installed_packages = device.RunShellCommand(['pm', 'list', 'packages'])
420 pkg.split(':')[1] for pkg in device.RunShellCommand(['pm', 'list',
438 device.RunShellCommand(['rm', '-rf', path], check_return=True)
460 device.RunShellCommand(