Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardStateController.java +5 −0 Original line number Diff line number Diff line Loading @@ -26,7 +26,12 @@ import java.io.PrintWriter; /** * Source of truth for keyguard state: If locked, occluded, has password, trusted etc. * * @deprecated this class is not supported when KEYGUARD_WM_STATE_REFACTOR is enabled. * Use {@link com.android.systemui.keyguard.domain.interactor.KeyguardTransitionInteractor} * or {@link com.android.systemui.deviceentry.domain.interactor.DeviceEntryInteractor} instead. */ @Deprecated public interface KeyguardStateController extends CallbackController<Callback>, Dumpable { /** Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardStateController.java +5 −0 Original line number Diff line number Diff line Loading @@ -26,7 +26,12 @@ import java.io.PrintWriter; /** * Source of truth for keyguard state: If locked, occluded, has password, trusted etc. * * @deprecated this class is not supported when KEYGUARD_WM_STATE_REFACTOR is enabled. * Use {@link com.android.systemui.keyguard.domain.interactor.KeyguardTransitionInteractor} * or {@link com.android.systemui.deviceentry.domain.interactor.DeviceEntryInteractor} instead. */ @Deprecated public interface KeyguardStateController extends CallbackController<Callback>, Dumpable { /** Loading