Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61aa7eed authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding comment to alarmmanagerservice.proto."

parents bdd460bf f2e67df4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ message AlarmManagerServiceProto {
  // Only valid if is_interactive is false.
  optional int64 time_until_next_non_wakeup_delivery_ms = 11;

  // Can be negative if the non-wakeup alarm time is in the past (non-wakeup
  // alarms aren't delivered unil the next time the device wakes up).
  optional int64 time_until_next_non_wakeup_alarm_ms = 12;
  optional int64 time_until_next_wakeup_ms = 13;
  optional int64 time_since_last_wakeup_ms = 14;