Loading packages/SystemUI/src/com/android/systemui/keyguard/WakefulnessLifecycle.java +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ public class WakefulnessLifecycle extends Lifecycle<WakefulnessLifecycle.Observe @Nullable private final IWallpaperManager mWallpaperManagerService; private int mWakefulness = WAKEFULNESS_ASLEEP; private int mWakefulness = WAKEFULNESS_AWAKE; private @PowerManager.WakeReason int mLastWakeReason = PowerManager.WAKE_REASON_UNKNOWN; Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public class VolumeDialogControllerImpl implements VolumeDialogController, Dumpa private boolean mShowVolumeDialog; private boolean mShowSafetyWarning; private long mLastToggledRingerOn; private boolean mDeviceInteractive; private boolean mDeviceInteractive = true; private boolean mDestroyed; private VolumePolicy mVolumePolicy; Loading packages/SystemUI/tests/src/com/android/systemui/keyguard/WakefulnessLifecycleTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public class WakefulnessLifecycleTest extends SysuiTestCase { @Test public void baseState() throws Exception { assertEquals(WakefulnessLifecycle.WAKEFULNESS_ASLEEP, mWakefulness.getWakefulness()); assertEquals(WakefulnessLifecycle.WAKEFULNESS_AWAKE, mWakefulness.getWakefulness()); verifyNoMoreInteractions(mWakefulnessObserver); } Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/WakefulnessLifecycle.java +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ public class WakefulnessLifecycle extends Lifecycle<WakefulnessLifecycle.Observe @Nullable private final IWallpaperManager mWallpaperManagerService; private int mWakefulness = WAKEFULNESS_ASLEEP; private int mWakefulness = WAKEFULNESS_AWAKE; private @PowerManager.WakeReason int mLastWakeReason = PowerManager.WAKE_REASON_UNKNOWN; Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public class VolumeDialogControllerImpl implements VolumeDialogController, Dumpa private boolean mShowVolumeDialog; private boolean mShowSafetyWarning; private long mLastToggledRingerOn; private boolean mDeviceInteractive; private boolean mDeviceInteractive = true; private boolean mDestroyed; private VolumePolicy mVolumePolicy; Loading
packages/SystemUI/tests/src/com/android/systemui/keyguard/WakefulnessLifecycleTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public class WakefulnessLifecycleTest extends SysuiTestCase { @Test public void baseState() throws Exception { assertEquals(WakefulnessLifecycle.WAKEFULNESS_ASLEEP, mWakefulness.getWakefulness()); assertEquals(WakefulnessLifecycle.WAKEFULNESS_AWAKE, mWakefulness.getWakefulness()); verifyNoMoreInteractions(mWakefulnessObserver); } Loading