Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
H A DAppBatteryPreferenceControllerTest.java137 mController.updateBattery(); in updateBattery_noBatteryStats_summaryNo()
151 mController.updateBattery(); in updateBattery_hasBatteryStats_summaryPercent()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppBatteryPreferenceController.java241 updateBattery();
267 void updateBattery() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java299 updateBattery(animate); in updatePersistentIndications()
365 private void updateBattery(boolean animate) { in updateBattery() method in KeyguardIndicationController