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

Commit f2e67df4 authored by Kweku Adams's avatar Kweku Adams
Browse files

Adding comment to alarmmanagerservice.proto.

Bug: 70621331
Test: N/A
Change-Id: I471a7d2084cf60be8a22753139dfbcfeb001617f
parent 1da5ab01
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;