Searched refs:_adb_shell (Results 1 – 1 of 1) sorted by relevance
37 def _adb_shell(cmd): function179 …return _adb_shell('am instrument -r -w -e class %s com.android.overlaytest/android.test.Instrument…213 return _adb_shell('mkdir -p %s' % self.path)226 returncode, stdout, stderr = _adb_shell('ls %s' % self.path)229 return _adb_shell('rm -r %s' % self.path)243 return _adb_shell('setprop %s %s' % (self.prop, self.value))258 …return _adb_shell('su system idmap --scan "%s" "%s" "%s" "%s"' % (self.target_pkg_name, self.targe…275 …return _adb_shell('su system idmap --scan "%s" "%s" "%s" "%s"' % (self.overlay_dir, self.target_pk…288 return _adb_shell('ls %s' % self.path)303 returncode, stdout, stderr = _adb_shell('idmap --inspect %s' % self.path_idmap)[all …]