Home
last modified time | relevance | path

Searched refs:expectedChargingString (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryHeaderPreferenceControllerTest.java242 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_chargingString_statusWithRemainingLabel() local
246 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_chargingString_statusWithRemainingLabel()
257 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_chargingStringV2FastCharging_statusWithRemainingLabel() local
261 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_chargingStringV2FastCharging_statusWithRemainingLabel()
272 var expectedChargingString = batteryInfo.remainingLabel; in updateBatteryStatus_chargingStringV2NonFastCharging_remainingLabel() local
276 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_chargingStringV2NonFastCharging_remainingLabel()
313 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_noCustomizedWirelessChargingLabel_statusWithRemainingLabel() local
317 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_noCustomizedWirelessChargingLabel_statusWithRemainingLabel()
332 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_noCustomizedWirelessChargingLabel_v1StatusWithRemainingLabel() local
336 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_noCustomizedWirelessChargingLabel_v1StatusWithRemainingLabel()
[all …]