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

Commit 604d9e5e authored by András Kurucz's avatar András Kurucz
Browse files

Deprecate KeyguardStateController

Add a deprecation annotation to KeyguardStateController, because these
states are not supported with the KEYGUARD_WM_STATE_REFACTOR flag.

Bug: 379825109
Test: check the deprecation links
Flag: EXEMPT comment only
Change-Id: I3464311295507ec169935072b6dc98706db261c6
parent 9c9fefec
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {

    /**