Home
last modified time | relevance | path

Searched refs:_android_shell (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/
Darc.py86 return _android_shell('getprop ro.data_mounted') == '1'
91 return _android_shell('getprop ro.zygote')
96 return _android_shell('getprop ro.build.version.sdk')
101 return _android_shell('getprop ro.build.product')
145 _android_shell('chown shell ' + pipes.quote(_ANDROID_ADB_KEYS_PATH))
146 _android_shell('restorecon ' + pipes.quote(_ANDROID_ADB_KEYS_PATH))
149 _android_shell('setprop sys.usb.config mtp')
150 _android_shell('setprop sys.usb.config mtp,adb')
170 arc_booted = _android_shell('getprop sys.boot_completed',
172 arc_system_events = _android_shell(
[all …]
/external/autotest/client/site_tests/graphics_Gralloc/
Dgraphics_Gralloc.py38 arc._android_shell('mkdir -p %s' % (_EXEC_DIR))
50 arc._android_shell('mv %s %s' % (sdcard_path, exec_path))
51 arc._android_shell('chmod o+rwx %s' % (exec_path))
57 arc._android_shell('rm -rf %s' % (executable))
70 stdout = arc._android_shell(cmd)
/external/autotest/server/cros/
Dtradefed_test.py319 def _android_shell(self, host, command): member in TradefedTest
335 self._android_shell(host, android_cmd)
350 self._android_shell(
354 self._android_shell(host, 'setprop sys.usb.config mtp,adb')
357 self._android_shell(host, 'setprop persist.sys.usb.config mtp,adb')