Searched refs:battery (Results 1 – 3 of 3) sorted by relevance
/development/tools/labpretest/ |
D | labpretest.sh | 76 local battery 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 | tr -d '\r' | awk '/level:/ {print $2}'` 87 if (( $battery >= $TARGET )); then break; fi 88 tick=$[$TARGET - $battery] 89 echo "battery charge level is $battery, sleeping for $tick seconds" 90 sleep $[$TARGET - $battery * 10] 92 log_print "resuming test run with battery level at $battery%" [all …]
|
D | README | 9 It will detect if it is in a low battery situation and wait for it to charge
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 958 …82c385c806b2,platform/cts,fake_RD2MuSKoR72zwMY2F1nZyQ@fakeemail.com,Test battery stats values for … 1020 …e_PS4YuR-ITLGJIC8lrvUBNQ@fakeemail.com,Teach charging job constraint tests about no-battery devices 1917 …86a381e7,platform/cts,fake_XqU9eFpMQ3S7ORAd3AwkoQ@fakeemail.com,Increase battery stats job duratio… 2515 …/cts,fake_nPtmYLCVRVSsZra74p7kSA@fakeemail.com,Skip battery incident test in case there's no batte… 4393 …694f3f16,platform/cts,fake_XqU9eFpMQ3S7ORAd3AwkoQ@fakeemail.com,Increase battery stats job timeout… 5465 …,fake_pOzSmNjdROq-wgjNm3uFgg@fakeemail.com,healthd: don't report fake data for battery-less devices 5753 …tform/system/core,fake_g9m3sowWQde8DySXIUsm3g@fakeemail.com,healthd: add battery health status val… 6223 …platform/system/core,fake_TKtbFpDGTEGasvBhGDq5XA@fakeemail.com,bootstat: battery test fails on QC … 6274 …tform/system/core,fake_XLbexbugS92H5Fn8s4znQA@fakeemail.com,healthd: return battery status property 7133 …form/system/core,fake_TKtbFpDGTEGasvBhGDq5XA@fakeemail.com,"bootstat: add shutdown,thermal,battery" [all …]
|