// Baseline format: 1.0 AddedAbstractMethod: java.nio.Buffer#duplicate(): Added method java.nio.Buffer.duplicate() AddedAbstractMethod: java.nio.Buffer#slice(): Added method java.nio.Buffer.slice() AddedAbstractMethod: java.nio.Buffer#slice(int, int): Added method java.nio.Buffer.slice(int,int) AddedAbstractMethod: java.nio.ByteBuffer#slice(int, int): Added method java.nio.ByteBuffer.slice(int,int) AddedAbstractMethod: java.nio.CharBuffer#slice(int, int): Added method java.nio.CharBuffer.slice(int,int) AddedAbstractMethod: java.nio.DoubleBuffer#slice(int, int): Added method java.nio.DoubleBuffer.slice(int,int) AddedAbstractMethod: java.nio.FloatBuffer#slice(int, int): Added method java.nio.FloatBuffer.slice(int,int) AddedAbstractMethod: java.nio.IntBuffer#slice(int, int): Added method java.nio.IntBuffer.slice(int,int) AddedAbstractMethod: java.nio.LongBuffer#slice(int, int): Added method java.nio.LongBuffer.slice(int,int) AddedAbstractMethod: java.nio.MappedByteBuffer#slice(int, int): Added method java.nio.MappedByteBuffer.slice(int,int) AddedAbstractMethod: java.nio.ShortBuffer#slice(int, int): Added method java.nio.ShortBuffer.slice(int,int) InvalidNullConversion: android.os.OutcomeReceiver#onResult(R) parameter #0: Attempted to remove @NonNull annotation from parameter result in android.os.OutcomeReceiver.onResult(R result) RemovedDeprecatedMethod: java.lang.Runtime#getLocalizedInputStream(java.io.InputStream): Removed deprecated method java.lang.Runtime.getLocalizedInputStream(java.io.InputStream) RemovedDeprecatedMethod: java.lang.Runtime#getLocalizedOutputStream(java.io.OutputStream): Removed deprecated method java.lang.Runtime.getLocalizedOutputStream(java.io.OutputStream) RemovedDeprecatedMethod: android.nfc.NfcAdapter#disableForegroundNdefPush(android.app.Activity): Removed deprecated method android.nfc.NfcAdapter.disableForegroundNdefPush(android.app.Activity) RemovedDeprecatedMethod: android.nfc.NfcAdapter#enableForegroundNdefPush(android.app.Activity, android.nfc.NdefMessage): Removed deprecated method android.nfc.NfcAdapter.enableForegroundNdefPush(android.app.Activity,android.nfc.NdefMessage) RemovedDeprecatedMethod: android.nfc.NfcAdapter#invokeBeam(android.app.Activity): Removed deprecated method android.nfc.NfcAdapter.invokeBeam(android.app.Activity) RemovedDeprecatedMethod: android.nfc.NfcAdapter#isNdefPushEnabled(): Removed deprecated method android.nfc.NfcAdapter.isNdefPushEnabled() RemovedDeprecatedMethod: android.nfc.NfcAdapter#setBeamPushUris(android.net.Uri[], android.app.Activity): Removed deprecated method android.nfc.NfcAdapter.setBeamPushUris(android.net.Uri[],android.app.Activity) RemovedDeprecatedMethod: android.nfc.NfcAdapter#setBeamPushUrisCallback(android.nfc.NfcAdapter.CreateBeamUrisCallback, android.app.Activity): Removed deprecated method android.nfc.NfcAdapter.setBeamPushUrisCallback(android.nfc.NfcAdapter.CreateBeamUrisCallback,android.app.Activity) RemovedDeprecatedMethod: android.nfc.NfcAdapter#setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, android.app.Activity...): Removed deprecated method android.nfc.NfcAdapter.setNdefPushMessage(android.nfc.NdefMessage,android.app.Activity,android.app.Activity...) RemovedDeprecatedMethod: android.nfc.NfcAdapter#setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback, android.app.Activity, android.app.Activity...): Removed deprecated method android.nfc.NfcAdapter.setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback,android.app.Activity,android.app.Activity...) RemovedDeprecatedMethod: android.nfc.NfcAdapter#setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback, android.app.Activity, android.app.Activity...): Removed deprecated method android.nfc.NfcAdapter.setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback,android.app.Activity,android.app.Activity...) RemovedClass: android.adservices.AdServicesVersion: Removed class android.adservices.AdServicesVersion AddedFinal: android.app.appsearch.SetSchemaResponse#getDeletedTypes(): Method android.app.appsearch.SetSchemaResponse.getDeletedTypes has added 'final' qualifier AddedFinal: android.app.appsearch.SetSchemaResponse#getIncompatibleTypes(): Method android.app.appsearch.SetSchemaResponse.getIncompatibleTypes has added 'final' qualifier AddedFinal: android.app.appsearch.SetSchemaResponse#getMigratedTypes(): Method android.app.appsearch.SetSchemaResponse.getMigratedTypes has added 'final' qualifier AddedFinal: android.app.appsearch.SetSchemaResponse#getMigrationFailures(): Method android.app.appsearch.SetSchemaResponse.getMigrationFailures has added 'final' qualifier AddedFinal: android.app.appsearch.StorageInfo#getAliveDocumentsCount(): Method android.app.appsearch.StorageInfo.getAliveDocumentsCount has added 'final' qualifier AddedFinal: android.app.appsearch.StorageInfo#getAliveNamespacesCount(): Method android.app.appsearch.StorageInfo.getAliveNamespacesCount has added 'final' qualifier AddedFinal: android.app.appsearch.StorageInfo#getSizeBytes(): Method android.app.appsearch.StorageInfo.getSizeBytes has added 'final' qualifier AddedFinal: java.lang.invoke.VarHandle#toString(): Method java.lang.invoke.VarHandle.toString has added 'final' qualifier AddedFinal: java.nio.MappedByteBuffer#clear(): Method java.nio.MappedByteBuffer.clear has added 'final' qualifier AddedFinal: java.nio.MappedByteBuffer#flip(): Method java.nio.MappedByteBuffer.flip has added 'final' qualifier AddedFinal: java.nio.MappedByteBuffer#limit(int): Method java.nio.MappedByteBuffer.limit has added 'final' qualifier AddedFinal: java.nio.MappedByteBuffer#mark(): Method java.nio.MappedByteBuffer.mark has added 'final' qualifier AddedFinal: java.nio.MappedByteBuffer#position(int): Method java.nio.MappedByteBuffer.position has added 'final' qualifier AddedFinal: java.nio.MappedByteBuffer#reset(): Method java.nio.MappedByteBuffer.reset has added 'final' qualifier AddedFinal: java.nio.MappedByteBuffer#rewind(): Method java.nio.MappedByteBuffer.rewind has added 'final' qualifier ChangedType: java.util.Properties#compute(Object, java.util.function.BiFunction): Method java.util.Properties.compute has changed return type from V to Object ChangedType: java.util.Properties#computeIfAbsent(Object, java.util.function.Function): Method java.util.Properties.computeIfAbsent has changed return type from V to Object ChangedType: java.util.Properties#computeIfPresent(Object, java.util.function.BiFunction): Method java.util.Properties.computeIfPresent has changed return type from V to Object ChangedType: java.util.Properties#elements(): Method java.util.Properties.elements has changed return type from java.util.Enumeration to java.util.Enumeration ChangedType: java.util.Properties#entrySet(): Method java.util.Properties.entrySet has changed return type from java.util.Set> to java.util.Set> ChangedType: java.util.Properties#get(Object): Method java.util.Properties.get has changed return type from V to Object ChangedType: java.util.Properties#getOrDefault(Object, Object): Method java.util.Properties.getOrDefault has changed return type from V to Object ChangedType: java.util.Properties#keySet(): Method java.util.Properties.keySet has changed return type from java.util.Set to java.util.Set ChangedType: java.util.Properties#keys(): Method java.util.Properties.keys has changed return type from java.util.Enumeration to java.util.Enumeration ChangedType: java.util.Properties#merge(Object, Object, java.util.function.BiFunction): Method java.util.Properties.merge has changed return type from V to Object ChangedType: java.util.Properties#put(Object, Object): Method java.util.Properties.put has changed return type from V to Object ChangedType: java.util.Properties#putIfAbsent(Object, Object): Method java.util.Properties.putIfAbsent has changed return type from V to Object ChangedType: java.util.Properties#remove(Object): Method java.util.Properties.remove has changed return type from V to Object ChangedType: java.util.Properties#replace(Object, Object): Method java.util.Properties.replace has changed return type from V to Object ChangedType: java.util.Properties#values(): Method java.util.Properties.values has changed return type from java.util.Collection to java.util.Collection ChangedVolatile: java.util.Properties#defaults: Field java.util.Properties.defaults has changed 'volatile' qualifier