Home | History | Annotate | Download | only in build

Lines Matching refs:adb

808 		adb shell ps \
825 local PID=`adb shell ps \
862 if adb shell ls -l /proc/$PID/exe | grep -q /system/bin/app_process ; then
869 adb shell mv $TRACES $ORIG
872 adb shell touch $TRACES
873 adb shell chmod 666 $TRACES
876 adb shell kill -3 $PID
877 adb shell notify $TRACES >/dev/null
880 adb shell mv $TRACES $TMP
881 adb shell mv $ORIG $TRACES
882 adb shell cat $TMP
885 adb shell debuggerd -b $PID
933 PID=`adb shell ps | \grep $3 | \grep -v ":" | awk '{print $2}'`
945 adb forward "tcp$PORT" "tcp$PORT"
946 adb shell gdbserver $PORT --attach $PID &
1099 # process standard adb options
1126 local sdcard=$(adb ${adbOptions} shell echo -n '$EXTERNAL_STORAGE')
1131 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1139 adb ${adbOptions} pull $devFile $localFile
1141 adb ${adbOptions} shell rm $devFile
1151 local reports=(`adb shell ls /sdcard/bugreports | tr -d '\r'`)
1162 adb pull /sdcard/bugreports/${report} ${report}
1169 adb ${adbOptions} shell echo -n \$\{EXTERNAL_STORAGE\}
1180 local screenshot=`adb ${adbOptions} ls ${screenshot_path} | grep Screenshot_[0-9-]*.*\.png | sort -rk 3 | cut -d " " -f 4 | head -n 1`
1186 adb ${adbOptions} pull ${screenshot_path}/${screenshot}
1195 adb shell service call window 1 i32 $port
1200 adb shell service call window 2
1205 adb shell service call window 3
1210 adb shell input keyevent 3
1215 adb shell input keyevent 4
1220 adb shell input keyevent 82
1236 adb uninstall com.android.smoketest > /dev/null &&
1237 adb uninstall com.android.smoketest.tests > /dev/null &&
1238 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTestApp.apk &&
1239 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTest.apk &&
1240 adb shell am instrument -w com.android.smoketest.tests/android.test.InstrumentationTestRunner