Home
last modified time | relevance | path

Searched refs:EXPLICIT_CALL_TRANSFER (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java102 public static final int EXPLICIT_CALL_TRANSFER = 18; field in HeadsetClientStateMachine
308 case EXPLICIT_CALL_TRANSFER: in getMessageName()
790 addQueuedAction(EXPLICIT_CALL_TRANSFER); in explicitCallTransfer()
1577 case EXPLICIT_CALL_TRANSFER: in processMessage()
DHeadsetClientService.java1099 Message msg = sm.obtainMessage(HeadsetClientStateMachine.EXPLICIT_CALL_TRANSFER); in explicitCallTransfer()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java24 import static com.android.bluetooth.hfpclient.HeadsetClientStateMachine.EXPLICIT_CALL_TRANSFER;
1083 Pair expectedPair = new Pair<Integer, Object>(EXPLICIT_CALL_TRANSFER, 0);
1336 HeadsetClientStateMachine.getMessageName(EXPLICIT_CALL_TRANSFER),