Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DEstimate.kt45 val lastUpdateTime = getLastCacheUpdateTime(context) in getCachedEstimateIfAvailable()
86 fun getLastCacheUpdateTime(context: Context): Instant { in getLastCacheUpdateTime() method