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

Commit bcfe98be authored by Josep del Río's avatar Josep del Río Committed by Android (Google) Code Review
Browse files

Merge "Make InputDevice getAssociatedDisplayId part of the test API" into main

parents cc026e47 d7bb5198
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3526,6 +3526,7 @@ package android.view {
  public final class InputDevice implements android.os.Parcelable {
    method @RequiresPermission("android.permission.DISABLE_INPUT_DEVICE") public void disable();
    method @RequiresPermission("android.permission.DISABLE_INPUT_DEVICE") public void enable();
    method public int getAssociatedDisplayId();
    method @NonNull public android.hardware.input.InputDeviceIdentifier getIdentifier();
    method @Nullable public String getKeyboardLanguageTag();
    method @Nullable public String getKeyboardLayoutType();
+1 −0
Original line number Diff line number Diff line
@@ -1319,6 +1319,7 @@ public final class InputDevice implements Parcelable {
    }

    /** @hide */
    @TestApi
    public int getAssociatedDisplayId() {
        return mAssociatedDisplayId;
    }