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/
DHeadsetClientStateMachine.java468 case HeadsetClientHalConstants.CALL_ACTION_ATA: in updateCallSetupIndicator()
936 action = HeadsetClientHalConstants.CALL_ACTION_ATA; in acceptCall()
952 action = HeadsetClientHalConstants.CALL_ACTION_ATA; in acceptCall()
1904 … (Integer) mPendingAction.second == HeadsetClientHalConstants.CALL_ACTION_ATA) { in processMessage()
DHeadsetClientHalConstants.java111 final static int CALL_ACTION_ATA = 7; field in HeadsetClientHalConstants