Home
last modified time | relevance | path

Searched refs:BluetoothConnectionCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java740 private final Map<BluetoothConnectionCallback, Executor>
4128 for (Map.Entry<BluetoothConnectionCallback, Executor> callbackExecutorEntry:
4130 BluetoothConnectionCallback callback = callbackExecutorEntry.getKey();
4139 for (Map.Entry<BluetoothConnectionCallback, Executor> callbackExecutorEntry:
4141 BluetoothConnectionCallback callback = callbackExecutorEntry.getKey();
4164 @NonNull BluetoothConnectionCallback callback) { in registerBluetoothConnectionCallback()
4212 @NonNull BluetoothConnectionCallback callback) { in unregisterBluetoothConnectionCallback()
4250 public abstract static class BluetoothConnectionCallback { class in BluetoothAdapter
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java1565 extends BluetoothAdapter.BluetoothConnectionCallback {
1574 + BluetoothAdapter.BluetoothConnectionCallback.disconnectReasonText(reason));