Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DEstimate.kt41 fun getCachedEstimateIfAvailable(context: Context): Estimate? { in getCachedEstimateIfAvailable() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryControllerImpl.java260 mEstimate = Estimate.getCachedEstimateIfAvailable(mContext); in updateEstimate()