Searched refs:setBottomSummary (Results 1 – 5 of 5) sorted by relevance
146 verify(mBatteryUsageProgressBarPref).setBottomSummary(mBatteryInfo.remainingLabel); in updatePreference_hasRemainingTime_showRemainingLabel()156 verify(mBatteryUsageProgressBarPref).setBottomSummary(mBatteryInfo.remainingLabel); in updatePreference_updateBatteryInfo()167 verify(mBatteryUsageProgressBarPref).setBottomSummary(BATTERY_STATUS); in updatePreference_noRemainingTime_showStatusLabel()178 verify(mBatteryUsageProgressBarPref).setBottomSummary(BATTERY_STATUS); in updatePreference_statusAnomalous_showStatusLabel()188 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedResult); in updatePreference_charging_showFullText()199 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedResult); in updatePreference_powerSaverOn_showPowerSaverOn()219 verify(mBatteryUsageProgressBarPref).setBottomSummary(mBatteryInfo.remainingLabel); in updatePreference_triggerBatteryStatusUpdateFalse_updateBatteryInfo()229 verify(mBatteryUsageProgressBarPref).setBottomSummary(mBatteryInfo.remainingLabel); in updateBatteryStatus_nullLabel_updateSummaryOnly()239 verify(mBatteryUsageProgressBarPref).setBottomSummary(label); in updateBatteryStatus_withLabel_showLabelText()251 verify(mBatteryUsageProgressBarPref).setBottomSummary(expectedResult); in updateHeaderByBatteryTips_lowBatteryTip_showLowBattery()[all …]
86 mBatteryHistoryPreference.setBottomSummary(TEST_STRING); in testSetBottomSummary_updatesBottomSummaryTextIfSet()
90 mBatteryUsageProgressBarPref.setBottomSummary( in displayPreference()142 mBatteryUsageProgressBarPref.setBottomSummary(generateLabel(info)); in updateHeaderPreference()154 mBatteryUsageProgressBarPref.setBottomSummary(label != null ? label : generateLabel(info)); in updateBatteryStatus()
64 public void setBottomSummary(CharSequence text) { in setBottomSummary() method in BatteryHistoryPreference
170 mHistPref.setBottomSummary( in updateHistPrefSummary()