Searched refs:expectedChargingString (Results 1 – 1 of 1) sorted by relevance
242 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_chargingString_statusWithRemainingLabel() local246 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_chargingString_statusWithRemainingLabel()257 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_chargingStringV2FastCharging_statusWithRemainingLabel() local261 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_chargingStringV2FastCharging_statusWithRemainingLabel()272 var expectedChargingString = batteryInfo.remainingLabel; in updateBatteryStatus_chargingStringV2NonFastCharging_remainingLabel() local276 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_chargingStringV2NonFastCharging_remainingLabel()313 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_noCustomizedWirelessChargingLabel_statusWithRemainingLabel() local317 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_noCustomizedWirelessChargingLabel_statusWithRemainingLabel()332 var expectedChargingString = batteryInfo.statusLabel + " • " + batteryInfo.remainingLabel; in updateBatteryStatus_noCustomizedWirelessChargingLabel_v1StatusWithRemainingLabel() local336 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedChargingString); in updateBatteryStatus_noCustomizedWirelessChargingLabel_v1StatusWithRemainingLabel()[all …]