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

Commit 9f72b7db authored by Wilson Wu's avatar Wilson Wu
Browse files

Mark disallow IME interface compat ID as TestApi

Mark DISALLOW_INPUT_METHOD_INTERFACE_OVERRIDE
comapt change ID as TestApi for CTS testing.

Bug: 148086656
Test: presubmit
Change-Id: I7b56d68cb5429c7076943f3d12b1d19cdf54d26a
parent 9dc49539
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1352,6 +1352,7 @@ package android.inputmethodservice {
  }

  @UiContext public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {
    field public static final long DISALLOW_INPUT_METHOD_INTERFACE_OVERRIDE = 148086656L; // 0x8d39f80L
    field public static final long FINISH_INPUT_NO_FALLBACK_CONNECTION = 156215187L; // 0x94fa793L
  }

+2 −1
Original line number Diff line number Diff line
@@ -557,9 +557,10 @@ public class InputMethodService extends AbstractInputMethodService {
     *
     * @hide
     */
    @TestApi
    @ChangeId
    @EnabledSince(targetSdkVersion = Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
    private static final long DISALLOW_INPUT_METHOD_INTERFACE_OVERRIDE = 148086656L;
    public static final long DISALLOW_INPUT_METHOD_INTERFACE_OVERRIDE = 148086656L;

    LayoutInflater mInflater;
    TypedArray mThemeAttrs;