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

Commit 263e21f1 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Remove unused InputMethodInfo#isEncryptionAware()." into nyc-dev

parents 3c3e2714 d9550a75
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -428,18 +428,6 @@ public final class InputMethodInfo implements Parcelable {
        }
    }

    /**
     * @return {@code true} if the {@link android.inputmethodservice.InputMethodService} is marked
     * to be Encryption-Aware.
     * @hide
     */
    public boolean isEncryptionAware() {
        if (mService == null || mService.serviceInfo == null) {
            return false;
        }
        return mService.serviceInfo.encryptionAware;
    }

    public void dump(Printer pw, String prefix) {
        pw.println(prefix + "mId=" + mId
                + " mSettingsActivityName=" + mSettingsActivityName