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.java106 public static final int HOLD_CALL = 14; field in HeadsetClientStateMachine
286 case HOLD_CALL: in getMessageName()
653 addQueuedAction(HOLD_CALL, action); in holdCall()
1313 case HOLD_CALL: in processMessage()
1700 case HOLD_CALL: in processMessage()
DHeadsetClientService.java772 Message msg = sm.obtainMessage(HeadsetClientStateMachine.HOLD_CALL); in holdCall()