Home | History | Annotate | Download | only in cros

Lines Matching refs:adb_shell

154         adb_shell('pm grant %s android.permission.%s' % (
167 def adb_shell(cmd, **kwargs):
286 output = adb_shell('pgrep -c -f %s' % pipes.quote(process_name))
295 return adb_shell('test -e {} && echo FileExists'.format(
343 adb_shell('rm -f %s' % pipes.quote(filename))
372 a fully consistent Android environment. Prefer adb_shell instead.
400 packages = adb_shell(command).splitlines()
446 adb_shell('dumpsys activity recents'))
470 adb_shell('input keyevent {}'.format(keycode))
720 adb_shell('settings put global verifier_verify_adb_installs 0')
780 adb_shell('pm enable ' + _PLAY_STORE_PKG)
781 adb_shell('settings put secure install_non_market_apps 0')
782 adb_shell('settings put global package_verifier_enable 1')
783 adb_shell('settings put secure package_verifier_user_consent 0')
824 adb_shell('am force-stop ' + _PLAY_STORE_PKG)
825 adb_shell('am start -W ' + _SETTINGS_PKG)
827 adb_shell('input text Store')