Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java8575 long timeRemainingUs = computeChargeTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked() local
8577 if (timeRemainingUs >= 0) { in dumpProtoSystemLocked()
8579 proto.write(SystemProto.CHARGE_TIME_REMAINING_MS, timeRemainingUs / 1000); in dumpProtoSystemLocked()
8581 timeRemainingUs = computeBatteryTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked()
8583 if (timeRemainingUs >= 0) { in dumpProtoSystemLocked()
8584 proto.write(SystemProto.DISCHARGE_TIME_REMAINING_MS, timeRemainingUs / 1000); in dumpProtoSystemLocked()