Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1251 synchronized (mAdapterService.getBluetoothConnectionCallbacks()) { in aclStateChangeCallback()
1253 mAdapterService.getBluetoothConnectionCallbacks(); in aclStateChangeCallback()
DAdapterService.java5589 public Set<IBluetoothConnectionCallback> getBluetoothConnectionCallbacks() { in getBluetoothConnectionCallbacks() method in AdapterService