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/
DHeadsetClientHalConstants.java106 final static int CALL_ACTION_CHLD_2 = 2; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java482 case HeadsetClientHalConstants.CALL_ACTION_CHLD_2: in updateCallSetupIndicator()
636 HeadsetClientHalConstants.CALL_ACTION_CHLD_2) { in updateCallHeldIndicator()
957 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
964 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
973 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
979 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
1055 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in holdCall()
1933 … (Integer) mPendingAction.second == HeadsetClientHalConstants.CALL_ACTION_CHLD_2) { in processMessage()