Home
last modified time | relevance | path

Searched defs:lastFullChargeTime (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDatabaseUtils.java279 final long lastFullChargeTime = loadLongFromContentProvider( in getLastFullChargeTime() local
358 final long queryTimestamp, final long lastFullChargeTime) { in getHistoryMapSinceLatestRecordBeforeQueryTimestamp()
372 final long lastFullChargeTime = getLastFullChargeTime(context); in getHistoryMapSinceLastFullCharge() local
DDataProcessManager.java574 final long lastFullChargeTime = DatabaseUtils.getLastFullChargeTime(context); in getBatteryLevelData() local
597 final long lastFullChargeTime, in getPeriodBatteryLevelData()