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

Commit 86601623 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Follow-up on bug #65298216: DeviceIdleController needs to..." into oc-mr1-dev am: c558a8c4

am: 0838f260

Change-Id: I3042ba6345b5b88aa0b95abc8c81dc45ae6be550
parents 4466373e 0838f260
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -401,8 +401,10 @@ public class DeviceIdleController extends SystemService
    private final BroadcastReceiver mInteractivityReceiver = new BroadcastReceiver() {
        @Override
        public void onReceive(Context context, Intent intent) {
            synchronized (DeviceIdleController.this) {
                updateInteractivityLocked();
            }
        }
    };

    private final class MotionListener extends TriggerEventListener