// Baseline format: 1.0 AddedFinal: java.nio.DirectByteBuffer#asCharBuffer(): Method java.nio.DirectByteBuffer.asCharBuffer has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#asDoubleBuffer(): Method java.nio.DirectByteBuffer.asDoubleBuffer has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#asFloatBuffer(): Method java.nio.DirectByteBuffer.asFloatBuffer has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#asIntBuffer(): Method java.nio.DirectByteBuffer.asIntBuffer has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#asLongBuffer(): Method java.nio.DirectByteBuffer.asLongBuffer has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#asReadOnlyBuffer(): Method java.nio.DirectByteBuffer.asReadOnlyBuffer has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#asShortBuffer(): Method java.nio.DirectByteBuffer.asShortBuffer has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#compact(): Method java.nio.DirectByteBuffer.compact has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#duplicate(): Method java.nio.DirectByteBuffer.duplicate has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#get(): Method java.nio.DirectByteBuffer.get has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#get(int): Method java.nio.DirectByteBuffer.get has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getChar(): Method java.nio.DirectByteBuffer.getChar has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getChar(int): Method java.nio.DirectByteBuffer.getChar has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getDouble(): Method java.nio.DirectByteBuffer.getDouble has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getDouble(int): Method java.nio.DirectByteBuffer.getDouble has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getFloat(): Method java.nio.DirectByteBuffer.getFloat has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getFloat(int): Method java.nio.DirectByteBuffer.getFloat has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getLong(): Method java.nio.DirectByteBuffer.getLong has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getLong(int): Method java.nio.DirectByteBuffer.getLong has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getShort(): Method java.nio.DirectByteBuffer.getShort has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#getShort(int): Method java.nio.DirectByteBuffer.getShort has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#isDirect(): Method java.nio.DirectByteBuffer.isDirect has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#isReadOnly(): Method java.nio.DirectByteBuffer.isReadOnly has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#put(byte): Method java.nio.DirectByteBuffer.put has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#put(int, byte): Method java.nio.DirectByteBuffer.put has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putChar(char): Method java.nio.DirectByteBuffer.putChar has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putChar(int, char): Method java.nio.DirectByteBuffer.putChar has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putDouble(double): Method java.nio.DirectByteBuffer.putDouble has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putDouble(int, double): Method java.nio.DirectByteBuffer.putDouble has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putFloat(float): Method java.nio.DirectByteBuffer.putFloat has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putFloat(int, float): Method java.nio.DirectByteBuffer.putFloat has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putInt(int): Method java.nio.DirectByteBuffer.putInt has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putInt(int, int): Method java.nio.DirectByteBuffer.putInt has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putLong(int, long): Method java.nio.DirectByteBuffer.putLong has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putLong(long): Method java.nio.DirectByteBuffer.putLong has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putShort(int, short): Method java.nio.DirectByteBuffer.putShort has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#putShort(short): Method java.nio.DirectByteBuffer.putShort has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#slice(): Method java.nio.DirectByteBuffer.slice has added 'final' qualifier AddedFinal: java.nio.DirectByteBuffer#slice(int, int): Method java.nio.DirectByteBuffer.slice has added 'final' qualifier ChangedThrows: android.bluetooth.BluetoothHapClient#close(): Method android.bluetooth.BluetoothHapClient.close no longer throws exception java.lang.Exception ChangedThrows: android.bluetooth.BluetoothHeadsetClient#close(): Method android.bluetooth.BluetoothHeadsetClient.close no longer throws exception java.lang.Exception ChangedThrows: android.bluetooth.BluetoothLeBroadcast#close(): Method android.bluetooth.BluetoothLeBroadcast.close no longer throws exception java.lang.Exception ChangedThrows: android.bluetooth.BluetoothLeBroadcastAssistant#close(): Method android.bluetooth.BluetoothLeBroadcastAssistant.close no longer throws exception java.lang.Exception ChangedThrows: android.bluetooth.BluetoothMapClient#close(): Method android.bluetooth.BluetoothMapClient.close no longer throws exception java.lang.Exception ChangedThrows: android.bluetooth.BluetoothPbapClient#close(): Method android.bluetooth.BluetoothPbapClient.close no longer throws exception java.lang.Exception ChangedThrows: android.bluetooth.BluetoothSap#close(): Method android.bluetooth.BluetoothSap.close no longer throws exception java.lang.Exception ChangedThrows: android.bluetooth.UidTraffic#clone(): Method android.bluetooth.UidTraffic.clone no longer throws exception java.lang.CloneNotSupportedException ChangedThrows: android.net.NetworkStats#clone(): Method android.net.NetworkStats.clone no longer throws exception java.lang.CloneNotSupportedException ChangedType: android.bluetooth.UidTraffic#clone(): Method android.bluetooth.UidTraffic.clone has changed return type from java.lang.Object to android.bluetooth.UidTraffic ChangedType: android.net.NetworkStats#clone(): Method android.net.NetworkStats.clone has changed return type from java.lang.Object to android.net.NetworkStats ChangedType: java.nio.DirectByteBuffer#duplicate(): Method java.nio.DirectByteBuffer.duplicate has changed return type from java.nio.ByteBuffer to java.nio.MappedByteBuffer ChangedType: java.nio.DirectByteBuffer#slice(): Method java.nio.DirectByteBuffer.slice has changed return type from java.nio.ByteBuffer to java.nio.MappedByteBuffer RemovedClass: android.net.wifi.WifiKeystore: Removed class android.net.wifi.WifiKeystore RemovedMethod: android.content.pm.PackageManager#getPermissionControllerPackageName(): Removed method android.content.pm.PackageManager.getPermissionControllerPackageName()