Home | History | Annotate | Download | only in tests

Lines Matching refs:ANDROID_SERIAL

946             if [ -n "$ANDROID_SERIAL" ] ; then
947 # Expect ANDROID_SERIAL is comma-delimited of one or more devices
948 ANDROID_SERIAL=$(echo "$ANDROID_SERIAL" | tr ' ' '#') # turn ' ' into '#'
949 ANDROID_SERIAL=$(commas_to_spaces $ANDROID_SERIAL)
950 for SERIAL in $ANDROID_SERIAL; do
957 ADB_DEVICES="$ANDROID_SERIAL"