Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java91 static final int HOLD_CALL = 14; field in HeadsetClientStateMachine
1060 addQueuedAction(HOLD_CALL, action); in holdCall()
1677 case HOLD_CALL: in processMessage()
1917 case HOLD_CALL: in processMessage()
DHeadsetClientService.java574 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.HOLD_CALL); in holdCall()