Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java70 final static int CALLSETUP_NONE = 0; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java370 case HeadsetClientHalConstants.CALLSETUP_NONE: in waitForIndicators()
422 if (mIndicatorCallSetup != HeadsetClientHalConstants.CALLSETUP_NONE) { in updateCallIndicator()
436 if (mIndicatorCallSetup != HeadsetClientHalConstants.CALLSETUP_NONE) { in updateCallIndicator()
467 case HeadsetClientHalConstants.CALLSETUP_NONE: in updateCallSetupIndicator()
902 if (c != null && mIndicatorCallSetup == HeadsetClientHalConstants.CALLSETUP_NONE) in loopQueryCalls()