Lines Matching refs:adb

137   if ! adb install -r $OUT/testcases/${APP}/${APK_DIR}/${APP}.apk; then
138 adb uninstall com.android.nn.benchmark.app
139 adb install -r $OUT/testcases/${APP}/${APK_DIR}/${APP}.apk
144 adb push $OUT/system/bin/nn_stress_test /bin/
150 BUILD_DESCRIPTION=`adb shell getprop ro.build.description`
160 BUILD_VERSION_RELEASE=`adb shell getprop ro.build.version.release`
169 …while ! adb shell "am start -W $TEST_EXTENRAL_STORAGE && rm /sdcard/mlts_write_external_storage" >…
177 adb root
178 adb shell "pm grant com.android.nn.benchmark.app android.permission.WRITE_EXTERNAL_STORAGE"
180 if ! adb shell test -f /data/local.prop; then
181 adb shell 'echo ro.setupwizard.mode=DISABLED > /data/local.prop'
182 adb shell 'chmod 644 /data/local.prop'
183 adb shell 'settings put global device_provisioned 1*'
184 adb shell 'settings put secure user_setup_complete 1'
185 adb disable-verity
186 adb reboot
188 adb wait-for-usb-device root
189 adb wait-for-usb-device remount
194 adb shell 'echo testing > /data/local/enable_menu_key'
196 adb shell settings put system screen_off_timeout 86400000
198 adb shell 'pm disable com.google.android.googlequicksearchbox'
199adb shell 'pm list packages -f' | sed -e 's/.*=//' | sed 's/\r//g' | grep "com.breel.wallpapers" |…
204 adb shell setprop debug.nn.cpuonly 0
205 adb shell setprop debug.nn.vlog "''"
208 adb shell "input keyevent 82"
210 adb shell wm dismiss-keyguard
222 adb shell rm -f ${DEVICE_CSV}
226 time adb shell "echo $$ > /dev/stune/top-app/tasks; am instrument ${AM_INSTRUMENT_FLAGS} -w -e clas…
229 adb pull $DEVICE_CSV $HOST_CSV