Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/
H A DAmbientFilter.java237 final float lastTime = (time + PREDICTION_TIME - startTime) / 1000.0f; in getWeights() local
238 final float lastWeight = calculateIntegral(previousTime, lastTime); in getWeights()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java2052 Long lastTime = mCurrentRequestAddTilePackages.get(packageName); in requestAddTile() local
2054 if (lastTime != null && currentTime - lastTime < REQUEST_TIME_OUT) { in requestAddTile()
2063 if (lastTime != null) { in requestAddTile()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java6842 long lastTime = -1; field in HistoryPrinter
6903 if (lastTime < 0) { in printNextItem()
6906 item.append(rec.time - lastTime); in printNextItem()
6908 lastTime = rec.time; in printNextItem()
7496 long lastTime = -1; in dumpHistory() local
7504 lastTime = rec.time; in dumpHistory()
7506 baseTime = lastTime; in dumpHistory()
8417 long lastTime = -1; in dumpProtoHistoryLocked() local
8424 lastTime = rec.time; in dumpProtoHistoryLocked()
8426 baseTime = lastTime; in dumpProtoHistoryLocked()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java1761 fs.lastTime = nowELAPSED; in InFlight()
1827 long lastTime; field in AlarmManagerService.FilterStats
1843 + ", lastTime=" + lastTime in toString()
1856 proto.write(FilterStatsProto.LAST_FLIGHT_TIME_REALTIME, lastTime); in dumpDebug()
3632 TimeUtils.formatDuration(fs.lastTime, nowELAPSED, pw); in dumpImpl()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34928 Landroid/os/BatteryStats$HistoryPrinter;->lastTime:J