Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java353 case HeadsetClientHalConstants.CALLSETUP_INCOMING: in waitForIndicators()
356 case HeadsetClientHalConstants.CALLSETUP_OUTGOING: in waitForIndicators()
359 case HeadsetClientHalConstants.CALLSETUP_ALERTING: in waitForIndicators()
362 case HeadsetClientHalConstants.CALLSETUP_NONE: in waitForIndicators()
368 case HeadsetClientHalConstants.CALL_CALLS_IN_PROGRESS: in waitForIndicators()
371 case HeadsetClientHalConstants.CALL_NO_CALLS_IN_PROGRESS: in waitForIndicators()
377 case HeadsetClientHalConstants.CALLHELD_HOLD_AND_ACTIVE: in waitForIndicators()
378 case HeadsetClientHalConstants.CALLHELD_HOLD: in waitForIndicators()
381 case HeadsetClientHalConstants.CALLHELD_NONE: in waitForIndicators()
404 case HeadsetClientHalConstants.CALL_NO_CALLS_IN_PROGRESS: in updateCallIndicator()
[all …]
DHeadsetClientHalConstants.java24 final public class HeadsetClientHalConstants { class