Lines Matching refs:adb
26 if ! adb install -r $OUT/testcases/NeuralNetworksApiBenchmark/arm64/NeuralNetworksApiBenchmark.apk;…
27 adb uninstall com.android.nn.benchmark.app
28 adb install -r $OUT/testcases/NeuralNetworksApiBenchmark/arm64/NeuralNetworksApiBenchmark.apk
34 BUILD_DESCRIPTION=`adb shell getprop ro.build.description`
44 BUILD_VERSION_RELEASE=`adb shell getprop ro.build.version.release`
52 …while ! adb shell "am start -W $TEST_EXTENRAL_STORAGE && rm /sdcard/mlts_write_external_storage" >…
60 adb root
61 adb shell "pm grant com.android.nn.benchmark.app android.permission.WRITE_EXTERNAL_STORAGE"
63 if ! adb shell test -f /data/local.prop; then
64 adb shell 'echo ro.setupwizard.mode=DISABLED > /data/local.prop'
65 adb shell 'chmod 644 /data/local.prop'
66 adb shell 'settings put global device_provisioned 1*'
67 adb shell 'settings put secure user_setup_complete 1'
68 adb disable-verity
69 adb reboot
71 adb wait-for-usb-device remount
76 adb shell 'echo testing > /data/local/enable_menu_key'
78 adb shell settings put system screen_off_timeout 86400000
80 adb shell 'pm disable com.google.android.googlequicksearchbox'
81 …adb shell 'pm list packages -f' | sed -e 's/.*=//' | sed 's/\r//g' | grep "com.breel.wallpapers" |…
85 adb shell setprop debug.nn.cpuonly 0
86 adb shell setprop debug.nn.vlog 0
93 adb shell "input keyevent 82"
95 adb shell wm dismiss-keyguard
97 adb shell rm -f ${DEVICE_CSV}
99 adb shell "echo $$ > /dev/stune/top-app/tasks; am instrument ${AM_INSTRUMENT_FLAGS} -w -e size larg…
100 adb pull $DEVICE_CSV $HOST_CSV