Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java719 synchronized (sAdapterService.getBluetoothConnectionCallbacks()) { in aclStateChangeCallback()
721 sAdapterService.getBluetoothConnectionCallbacks(); in aclStateChangeCallback()
H A DAdapterService.java3087 public Set<IBluetoothConnectionCallback> getBluetoothConnectionCallbacks() { in getBluetoothConnectionCallbacks() method in AdapterService