Searched refs:sendConnectionStateChange (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 256 binder.sendConnectionStateChange(device, profileId, newState,prevState); in processProfileStateChanged() 1045 public void sendConnectionStateChange(BluetoothDevice in sendConnectionStateChange() method in AdapterService.AdapterServiceBinder 1049 service.sendConnectionStateChange(device, profile, state, prevState); in sendConnectionStateChange() 1625 void sendConnectionStateChange(BluetoothDevice in sendConnectionStateChange() method in AdapterService 1631 mAdapterProperties.sendConnectionStateChange(device, profile, state, prevState); in sendConnectionStateChange()
|
D | AdapterProperties.java | 340 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange() method in AdapterProperties
|