Make BluetoothConnectionCallback static am: 8ef54b299e

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id1b69b7ef8ea255fea87d68ae8806b437319d885
This commit is contained in:
Andrew Cheng
2021-02-23 23:38:24 +00:00
committed by Automerger Merge Worker

View File

@@ -3665,7 +3665,7 @@ public final class BluetoothAdapter {
* *
* @hide * @hide
*/ */
public abstract class BluetoothConnectionCallback { public abstract static class BluetoothConnectionCallback {
/** /**
* Callback triggered when a bluetooth device (classic or BLE) is connected * Callback triggered when a bluetooth device (classic or BLE) is connected
* @param device is the connected bluetooth device * @param device is the connected bluetooth device