Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java448 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
457 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
468 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
474 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
476 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
555 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in holdCall()
DHeadsetClientHalConstants.java106 static final int CALL_ACTION_CHLD_2 = 2; field in HeadsetClientHalConstants