Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java7726 long timeRemainingUs = computeChargeTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked() local
7728 if (timeRemainingUs >= 0) { in dumpProtoSystemLocked()
7730 proto.write(SystemProto.CHARGE_TIME_REMAINING_MS, timeRemainingUs / 1000); in dumpProtoSystemLocked()
7732 timeRemainingUs = computeBatteryTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked()
7734 if (timeRemainingUs >= 0) { in dumpProtoSystemLocked()
7735 proto.write(SystemProto.DISCHARGE_TIME_REMAINING_MS, timeRemainingUs / 1000); in dumpProtoSystemLocked()