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
diff --git a/core/api/test-current.txt b/core/api/test-current.txt
index 0c9569f..eebb09d 100644
--- a/core/api/test-current.txt
+++ b/core/api/test-current.txt
@@ -3218,6 +3218,9 @@
     field @Deprecated protected int mCapabilities;
   }
 
+  public static class MmTelFeature.MmTelCapabilities extends android.telephony.ims.feature.ImsFeature.Capabilities {
+  }
+
 }
 
 package android.text {
@@ -3790,6 +3793,9 @@
     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 {