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.java439 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
450 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
463 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
469 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
471 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
559 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in holdCall()
DHeadsetClientHalConstants.java106 final static int CALL_ACTION_CHLD_2 = 2; field in HeadsetClientHalConstants