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

Commit 8b9b6a47 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 files" into main

parents 8518f407 02816e3f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3285,6 +3285,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 {
@@ -3876,6 +3879,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 {