Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java89 static final int ACCEPT_CALL = 12; field in HeadsetClientStateMachine
466 case ACCEPT_CALL: in updateCallSetupIndicator()
597 case ACCEPT_CALL: in updateCallHeldIndicator()
631 case ACCEPT_CALL: in updateCallHeldIndicator()
758 if (mPendingAction.first == ACCEPT_CALL && in updateRespAndHold()
993 addQueuedAction(ACCEPT_CALL, action); in acceptCall()
1671 case ACCEPT_CALL: in processMessage()
1898 case ACCEPT_CALL: in processMessage()
DHeadsetClientService.java586 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.ACCEPT_CALL); in acceptCall()