Searched refs:battery (Results 1 - 1 of 1) sorted by relevance

/development/tools/labpretest/
H A Dlabpretest.sh12 # times. It will detect if it is in a low battery situation and wait for it to
62 # Blocks until battery level is at least
76 local battery
78 log_print "checking battery level"
79 while [ "$battery" = "" ]; do
80 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
83 if [ $battery -lt $LIMIT ]; then
86 battery=`$ADB -s $device shell dumpsys battery | t
[all...]

Completed in 22 milliseconds