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.java361 case HeadsetClientHalConstants.CALLSETUP_INCOMING: in waitForIndicators()
364 case HeadsetClientHalConstants.CALLSETUP_OUTGOING: in waitForIndicators()
367 case HeadsetClientHalConstants.CALLSETUP_ALERTING: in waitForIndicators()
370 case HeadsetClientHalConstants.CALLSETUP_NONE: in waitForIndicators()
376 case HeadsetClientHalConstants.CALL_CALLS_IN_PROGRESS: in waitForIndicators()
379 case HeadsetClientHalConstants.CALL_NO_CALLS_IN_PROGRESS: in waitForIndicators()
385 case HeadsetClientHalConstants.CALLHELD_HOLD_AND_ACTIVE: in waitForIndicators()
386 case HeadsetClientHalConstants.CALLHELD_HOLD: in waitForIndicators()
389 case HeadsetClientHalConstants.CALLHELD_NONE: in waitForIndicators()
412 case HeadsetClientHalConstants.CALL_NO_CALLS_IN_PROGRESS: in updateCallIndicator()
[all …]
DHeadsetClientHalConstants.java24 final public class HeadsetClientHalConstants { class