Merge "Update the system-current file for getAudioLocation API" am: 01e0977975 am: c85b7e1513

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1936444

Change-Id: Icf6c65d273f3bd58ee8399eff7050b7af7267afa
This commit is contained in:
Treehugger Robot
2022-01-21 20:10:35 +00:00
committed by Automerger Merge Worker

View File

@@ -2085,6 +2085,10 @@ package android.bluetooth {
field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED"; field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED";
} }
public final class BluetoothLeAudio implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getAudioLocation(@NonNull android.bluetooth.BluetoothDevice);
}
public final class BluetoothMap implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile { public final class BluetoothMap implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
method public void close(); method public void close();
method protected void finalize(); method protected void finalize();