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.java479 case HeadsetClientHalConstants.CALL_ACTION_CHLD_2: in updateCallSetupIndicator()
633 HeadsetClientHalConstants.CALL_ACTION_CHLD_2) { in updateCallHeldIndicator()
954 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
961 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
970 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
976 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in acceptCall()
1056 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in holdCall()
1908 … (Integer) mPendingAction.second == HeadsetClientHalConstants.CALL_ACTION_CHLD_2) { in processMessage()
DHeadsetClientHalConstants.java106 final static int CALL_ACTION_CHLD_2 = 2; field in HeadsetClientHalConstants