Home
last modified time | relevance | path

Searched defs:callStateChanged (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsServiceBinderTest.java124 public void callStateChanged() { in callStateChanged() method in TbsServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl41 …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/
DTbsServiceBinder.java112 public void callStateChanged(int ccid, ParcelUuid callId, int state, AttributionSource source) { in callStateChanged() method in TbsServiceBinder
DTbsService.java256 void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() method in TbsService
DTbsGeneric.java615 public synchronized void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() method in TbsGeneric