OSDN Git Service

Work on issue #26879170: Adjust doze maintenance windows...
authorDianne Hackborn <hackbod@google.com>
Tue, 29 Mar 2016 22:36:24 +0000 (15:36 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 29 Mar 2016 22:36:24 +0000 (15:36 -0700)
commit953fc94599698f4b8690fb69aec70d377a468af8
tree325bfac3b7a150ecb74793ff08ab47321329dd55
parentfe77fdf8b35d6893e7d96c9b8eeb77c4eb16980a
Work on issue #26879170: Adjust doze maintenance windows...

...based on network availability

But first, make the light idle timing more dynamic, with this
pattern:

1. Screen off for 5 minutes.
2. Light idle for 5 minutes.
3. Idle maintenance.
4. Light idle for 10 minutes.
5. Idle maintenance.
6. Light idle for 15 minutes.
7. Idle maintenance.
...

Also fix issue #27793980: Log message about unrecognized alarm listener

Change-Id: I42012f8085afbd5becaecdadf93a777370ca34be
services/core/java/com/android/server/DeviceIdleController.java