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

Commit 1348ce4b authored by Jihoon Kang's avatar Jihoon Kang Committed by Cherrypicker Worker
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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:02816e3f36dc66fb5652022d5faaedddf7ba7db8)
Merged-In: I0f9e0720b19ed8fec6d7fa77be97d565d1dd1f16
Change-Id: I0f9e0720b19ed8fec6d7fa77be97d565d1dd1f16
parent 12fd5027
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 {