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

Commit 75898be5 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by The Android Open Source Project
Browse files

Automated import from //branches/cupcake/...@141745,141745

parent 092639ec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1615,9 +1615,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {

    /** {@inheritDoc} */
    public void screenTurnedOff(int why) {
        synchronized (mLock) {
        EventLog.writeEvent(70000, 0);
        mKeyguardMediator.onScreenTurnedOff(why);
        synchronized (mLock) {
            mScreenOn = false;
            updateOrientationListenerLp();
        }
@@ -1625,9 +1625,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {

    /** {@inheritDoc} */
    public void screenTurnedOn() {
        synchronized (mLock) {
        EventLog.writeEvent(70000, 1);
        mKeyguardMediator.onScreenTurnedOn();
        synchronized (mLock) {
            mScreenOn = true;
            updateOrientationListenerLp();
        }