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

Commit 3ba574f2 authored by Kweku Adams's avatar Kweku Adams
Browse files

Updating DeviceIdleController comment.

The state machine had been updated to the Q flow, but the comment still
said Pie.

Bug: N/A
Test: N/A
Change-Id: I61e9e40a657394d5eeaf39de2dcdb34d0eb9f5f8
parent 90088bb8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -115,7 +115,8 @@ import java.util.stream.Collectors;
 *
 * Test: atest com.android.server.DeviceIdleControllerTest
 *
 * Current idling state machine (as of Android 9 Pie). This can be visualized using Graphviz:
 * Current idling state machine (as of Android Q). This can be visualized using Graphviz:
   <pre>

   digraph {
     subgraph deep {
@@ -259,6 +260,7 @@ import java.util.stream.Collectors;
       ]
     }
   }
   </pre>
 */
public class DeviceIdleController extends SystemService
        implements AnyMotionDetector.DeviceIdleCallback {