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

Commit 45bcc502 authored by Jihoon Kang's avatar Jihoon Kang Committed by Automerger Merge Worker
Browse files

Merge "Represent hidden classes' subclass definitions in partial signature...

Merge "Represent hidden classes' subclass definitions in partial signature files" into udc-dev-plus-aosp am: 9bfcfeaf

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24385073



Change-Id: I84667a34ec6990c43c8e190135313bf264c62677
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 73400d5d 9bfcfeaf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3222,6 +3222,9 @@ package android.telephony.ims.feature {
    field @Deprecated protected int mCapabilities;
  }

  public static class MmTelFeature.MmTelCapabilities extends android.telephony.ims.feature.ImsFeature.Capabilities {
  }

}

package android.text {
@@ -3794,6 +3797,9 @@ package android.view.inputmethod {
    field public static final long CLEAR_SHOW_FORCED_FLAG_WHEN_LEAVING = 214016041L; // 0xcc1a029L
  }

  public final class InsertModeGesture extends android.view.inputmethod.CancellableHandwritingGesture implements android.os.Parcelable {
  }

}

package android.view.inspector {