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

Commit 90001f03 authored by Alex Stetson's avatar Alex Stetson
Browse files

Make DeviceStateHelper public

Allow subclassing of KeyguardDisplayManager by making dependencies
public.

Bug: 346393175
Test: build
Flag: NONE refactor
Change-Id: I704acb9df5911f27e99b4fd7ce68a5ece8b0c60d
parent 3c3ccd2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ public class KeyguardDisplayManager {
    /**
     * Helper used to receive device state info from {@link DeviceStateManager}.
     */
    static class DeviceStateHelper implements DeviceStateManager.DeviceStateCallback {
    public static class DeviceStateHelper implements DeviceStateManager.DeviceStateCallback {

        @Nullable
        private final DisplayAddress.Physical mRearDisplayPhysicalAddress;