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

Commit 3cf71b7e authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Merge "Deprecate KeyguardStateController" into main

parents dd906070 604d9e5e
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 {

    /**