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.java542 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
551 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
562 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
568 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
570 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
649 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in holdCall()
DHeadsetClientHalConstants.java106 static final int CALL_ACTION_CHLD_2 = 2; field in HeadsetClientHalConstants