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.java104 public static final int ACCEPT_CALL = 12; field in HeadsetClientStateMachine
282 case ACCEPT_CALL: in getMessageName()
589 addQueuedAction(ACCEPT_CALL, action); in acceptCall()
1307 case ACCEPT_CALL: in processMessage()
DHeadsetClientService.java808 Message msg = sm.obtainMessage(HeadsetClientStateMachine.ACCEPT_CALL); in acceptCall()