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

Commit 017575ee authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Remove unused method isKeyguardLocked

Bug: 202218289
Bug: 205676419
Test: make
Change-Id: I6aaf56f058a21aafb1edef03d9693ebc5b6ad513
parent a1a9ae53
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2705,11 +2705,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        return false;
    }

    @GuardedBy("mMethodMap")
    private boolean isKeyguardLocked() {
        return mKeyguardManager != null && mKeyguardManager.isKeyguardLocked();
    }

    @BinderThread
    @SuppressWarnings("deprecation")
    private void setImeWindowStatus(@NonNull IBinder token, int vis, int backDisposition) {