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

Commit 9bfcfeaf authored by Jihoon Kang's avatar Jihoon Kang 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-dev-plus-aosp
parents 9efcf576 7d3d2c11
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 {