Searched refs:_adb_shell (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py35 def _adb_shell(cmd): function
177 return _adb_shell('am instrument -r -w -e class %s com.android.overlaytest/android.test.InstrumentationTestRunner' % self.instrumentation_class)
208 return _adb_shell('mkdir -p %s' % self.path)
221 returncode, stdout, stderr = _adb_shell('ls %s' % self.path)
224 return _adb_shell('rm -r %s' % self.path)
239 return _adb_shell('su system idmap --path "%s" "%s" "%s"' % (self.path_target_apk, self.path_overlay_apk, self.path_idmap))
256 return _adb_shell('su system idmap --scan "%s" "%s" "%s" "%s"' % (self.overlay_dir, self.target_pkg_name, self.target_pkg, self.idmap_dir))
269 return _adb_shell('ls %s' % self.path)
284 returncode, stdout, stderr = _adb_shell('idmap --inspect %s' % self.path_idmap)
304 returncode, stdout, stderr = _adb_shell('md5su
[all...]

Completed in 1386 milliseconds