Searched defs:callStateChanged (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsServiceBinderTest.java | 124 public void callStateChanged() { in callStateChanged() method in TbsServiceBinderTest
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeCallControl.aidl | 41 …void callStateChanged(in int ccid, in ParcelUuid callId, in int state, in AttributionSource attrib… in callStateChanged() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsServiceBinder.java | 112 public void callStateChanged(int ccid, ParcelUuid callId, int state, AttributionSource source) { in callStateChanged() method in TbsServiceBinder
|
D | TbsService.java | 256 void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() method in TbsService
|
D | TbsGeneric.java | 615 public synchronized void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() method in TbsGeneric
|