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

Commit 7d3d2c11 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Represent hidden classes' subclass definitions in partial signature files

Partial signature files should represent all delta between the API
surfaces. This include the definition of subclasses that are modified
when it extends a class that is hidden for some API surfaces.

This change adds the currently missing such information to the signature
files.

Bug: 295032200
Test: m update-api
Merged-In: I0f9e0720b19ed8fec6d7fa77be97d565d1dd1f16
Change-Id: I757f210b0e38b0a2a629fa1f37eee629bcfca804
parent 7ddc45f2
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 {