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.java97 public static final int HOLD_CALL = 14; field in HeadsetClientStateMachine
559 addQueuedAction(HOLD_CALL, action); in holdCall()
1197 case HOLD_CALL: in processMessage()
1574 case HOLD_CALL: in processMessage()
DHeadsetClientService.java698 Message msg = sm.obtainMessage(HeadsetClientStateMachine.HOLD_CALL); in holdCall()