Home
last modified time | relevance | path

Searched defs:expectedChargeLabel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java450 var expectedChargeLabel = "61% - " + expectedRemainingLabel; in getBatteryInfo_fastCharging_updateRemainingLabelAndStatusLabel() local
470 var expectedChargeLabel = "33% - " + expectedRemainingLabel; in getBatteryInfo_regularCharging_updateRemainingLabelAndStatusLabel() local
490 var expectedChargeLabel = "53% - " + expectedRemainingLabel; in getBatteryInfo_slowCharging_updateRemainingLabelAndStatusLabel() local
510 var expectedChargeLabel = "10% - " + expectedRemainingLabel; in getBatteryInfo_wirelessCharging_updateRemainingLabelAndStatusLabel() local
530 var expectedChargeLabel = "51% - " + expectedRemainingLabel; in getBatteryInfo_dockedCharging_updateRemainingLabelAndStatusLabel() local
551 var expectedChargeLabel = "56% - " + expectedStatusLabel + " - " + expectedRemainingLabel; in getBatteryInfo_fastChargingV2_updateRemainingLabelAndStatusLabel() local
572 var expectedChargeLabel = "12% - " + expectedRemainingLabel; in getBatteryInfo_regularChargingV2_updateRemainingLabelAndStatusLabel() local
593 var expectedChargeLabel = "18% - " + expectedRemainingLabel; in getBatteryInfo_slowChargingV2_updateRemainingLabelAndStatusLabel() local
614 var expectedChargeLabel = "45% - " + expectedRemainingLabel; in getBatteryInfo_wirelessChargingV2_updateRemainingLabelAndStatusLabel() local
635 var expectedChargeLabel = "66% - " + expectedRemainingLabel; in getBatteryInfo_dockedChargingV2_updateRemainingLabelAndStatusLabel() local
[all …]