diff options
| author | 2023-08-10 18:48:09 +0000 | |
|---|---|---|
| committer | 2023-08-10 18:48:09 +0000 | |
| commit | c6712459dff5d1c7e3da7436a3e368cd6d34697b (patch) | |
| tree | d2457ea3887b23ae6ef6af61ef3da12edd99bcce | |
| parent | 7e262d640ec91d74773eb3777ec733c2579bcbd4 (diff) | |
| parent | 45bcc5028fc451dc777860f344cf7bf0015bfa42 (diff) | |
Merge "Represent hidden classes' subclass definitions in partial signature files" into udc-dev-plus-aosp am: 9bfcfeafb7 am: 45bcc5028f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24385073
Change-Id: I8e357d7789801337df1f3e157a3669fbd3dc025b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/api/test-current.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/api/test-current.txt b/core/api/test-current.txt index 1841ea9e796c..afa495cf58a9 100644 --- a/core/api/test-current.txt +++ b/core/api/test-current.txt @@ -3226,6 +3226,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 { @@ -3798,6 +3801,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 { |