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

Commit c6712459 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 am: 45bcc502

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



Change-Id: I8e357d7789801337df1f3e157a3669fbd3dc025b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7e262d64 45bcc502
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3226,6 +3226,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 {
@@ -3798,6 +3801,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 {