Searched refs:timeRemainingUs (Results 1 – 1 of 1) sorted by relevance
8575 long timeRemainingUs = computeChargeTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked() local8577 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()