summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2023-08-10 18:03:55 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-08-10 18:03:55 +0000
commit45bcc5028fc451dc777860f344cf7bf0015bfa42 (patch)
tree4a51981a2bdba53530d336b4a98cbe03a96cda05
parent73400d5d06550cf17902e9c0f6300adc6c05848c (diff)
parent9bfcfeafb7c730a2bd9f6b13743dc4083d791672 (diff)
Merge "Represent hidden classes' subclass definitions in partial signature files" into udc-dev-plus-aosp am: 9bfcfeafb7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24385073 Change-Id: I84667a34ec6990c43c8e190135313bf264c62677 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--core/api/test-current.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/api/test-current.txt b/core/api/test-current.txt
index 91099cb991a8..70377ab6a0d9 100644
--- a/core/api/test-current.txt
+++ b/core/api/test-current.txt
@@ -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 {