Lines Matching refs:adb

146   if ! adb install -r $OUT/testcases/${APP}/${APK_DIR}/${APP}.apk; then
147 adb uninstall com.android.nn.benchmark.app
148 adb install -r $OUT/testcases/${APP}/${APK_DIR}/${APP}.apk
153 adb push $OUT/system/bin/nn_stress_test /bin/
159 BUILD_DESCRIPTION=`adb shell getprop ro.build.description`
169 BUILD_VERSION_RELEASE=`adb shell getprop ro.build.version.release`
178 …while ! adb shell "am start -W $TEST_EXTENRAL_STORAGE && rm /sdcard/mlts_write_external_storage" >…
186 adb root
187 adb shell "pm grant com.android.nn.benchmark.app android.permission.WRITE_EXTERNAL_STORAGE"
189 if ! adb shell test -f /data/local.prop; then
190 adb shell 'echo ro.setupwizard.mode=DISABLED > /data/local.prop'
191 adb shell 'chmod 644 /data/local.prop'
192 adb shell 'settings put global device_provisioned 1*'
193 adb shell 'settings put secure user_setup_complete 1'
194 adb disable-verity
195 adb reboot
197 adb wait-for-usb-device root
198 adb wait-for-usb-device remount
203 adb shell 'echo testing > /data/local/enable_menu_key'
205 adb shell settings put system screen_off_timeout 86400000
207 adb shell 'pm disable com.google.android.googlequicksearchbox'
208adb shell 'pm list packages -f' | sed -e 's/.*=//' | sed 's/\r//g' | grep "com.breel.wallpapers" |…
213 adb shell setprop debug.nn.cpuonly 0
214 adb shell setprop debug.nn.vlog "''"
217 adb shell "input keyevent 82"
219 adb shell wm dismiss-keyguard
231 adb shell rm -f ${DEVICE_CSV}
235 time adb shell "echo $$ > /dev/stune/top-app/tasks; am instrument ${AM_INSTRUMENT_FLAGS} -w -e clas…
238 adb pull $DEVICE_CSV $HOST_CSV