Home | History | Annotate | Download | only in etc

Lines Matching refs:adb

100   adb shell rm -r $DEX_LOCATION
101 adb shell mkdir -p $DEX_LOCATION
102 adb push $TEST_NAME.jar $DEX_LOCATION
103 adb push $TEST_NAME-ex.jar $DEX_LOCATION
105 adb shell rm -r $DEX_LOCATION >/dev/null 2>&1
106 adb shell mkdir -p $DEX_LOCATION >/dev/null 2>&1
107 adb push $TEST_NAME.jar $DEX_LOCATION >/dev/null 2>&1
108 adb push $TEST_NAME-ex.jar $DEX_LOCATION >/dev/null 2>&1
118 msg " adb forward tcp:$PORT tcp:$PORT"
140 adb shell $cmdline "$@"