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

Commit d8c8e3ac authored by Paul Duffin's avatar Paul Duffin Committed by Android (Google) Code Review
Browse files

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

Merge "Represent hidden classes' subclass definitions in partial signature files" into udc-mainline-prod
parents 1b1b5b77 1348ce4b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3218,6 +3218,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 {
@@ -3790,6 +3793,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 {