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

Commit 17159152 authored by lumark's avatar lumark
Browse files

Fix CtsApacheHttpLegacy27ApiSignatureTestCases:SignatureTests

Set InputMethod.updateInputMethodDisplay as default method for fixing API
check.
Since this method is @hide & we don't want to enforece user to implement.

Bug: 116662257
Bug: 111364446
Test: atest CtsApacheHttpLegacy27ApiSignatureTestCases:SignatureTest#testSignature

Change-Id: Ifb136d86d19bc4f95154a9076d42326ce12f665f
parent 429e1477
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -124,7 +124,8 @@ public interface InputMethod {
     * @hide
     */
    @MainThread
    public void updateInputMethodDisplay(int displayId);
    default void updateInputMethodDisplay(int displayId) {
    }

    /**
     * Bind a new application environment in to the input method, so that it