diff options
| author | 2018-02-07 21:53:22 +0000 | |
|---|---|---|
| committer | 2018-02-07 21:53:22 +0000 | |
| commit | 764db50773aa6dd391c4731a6b5af5e9e4ea2d55 (patch) | |
| tree | ecd3ba6dd8b13b5b0ba530b17e42cb90371d96ca | |
| parent | 0589371900a47b70dd5851c9792ffdbdd781c96c (diff) | |
| parent | 6f55275c87a4bf5f48b27b8c1c0b9ba18493f436 (diff) | |
Merge "Removing allow_while_idle_min_duration_ms."
| -rw-r--r-- | core/proto/android/server/alarmmanagerservice.proto | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/proto/android/server/alarmmanagerservice.proto b/core/proto/android/server/alarmmanagerservice.proto index 0342c9c89527..d1c5db66a841 100644 --- a/core/proto/android/server/alarmmanagerservice.proto +++ b/core/proto/android/server/alarmmanagerservice.proto @@ -104,11 +104,6 @@ message AlarmManagerServiceProto { repeated InFlightProto outstanding_deliveries = 34; - // Minimum time between ALLOW_WHILE_IDLE alarms when system is idling. It - // should be either CosntantsProto.allow_while_idle_short_duration_ms or - // ConstantsProto.allow_while_idle_long_duration_ms. - optional int64 allow_while_idle_min_duration_ms = 35; - message LastAllowWhileIdleDispatch { option (.android.msg_privacy).dest = DEST_AUTOMATIC; @@ -121,7 +116,7 @@ message AlarmManagerServiceProto { } // Whether the short or long while-idle timeout should be used for each UID. - repeated int32 use_allow_while_idle_short_time = 42; + repeated int32 use_allow_while_idle_short_time = 35; // For each uid, this is the last time we dispatched an "allow while idle" // alarm, used to determine the earliest we can dispatch the next such alarm. |