Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java111 final static int CALL_ACTION_ATA = 7; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java471 case HeadsetClientHalConstants.CALL_ACTION_ATA: in updateCallSetupIndicator()
939 action = HeadsetClientHalConstants.CALL_ACTION_ATA; in acceptCall()
955 action = HeadsetClientHalConstants.CALL_ACTION_ATA; in acceptCall()
1929 … (Integer) mPendingAction.second == HeadsetClientHalConstants.CALL_ACTION_ATA) { in processMessage()