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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java93 static final int ACCEPT_CALL = 12; field in class:HeadsetClientStateMachine
469 case ACCEPT_CALL:
497 Log.e(TAG, "Unexpected callsetup=0 while in action ACCEPT_CALL");
600 case ACCEPT_CALL:
634 case ACCEPT_CALL:
761 if (mPendingAction.first == ACCEPT_CALL &&
996 addQueuedAction(ACCEPT_CALL, action);
1690 case ACCEPT_CALL:
1923 case ACCEPT_CALL:
H A DHeadsetClientService.java635 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.ACCEPT_CALL);

Completed in 36 milliseconds