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