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/
DHeadsetClientStateMachine.java362 case HeadsetClientHalConstants.CALLSETUP_NONE: in waitForIndicators()
414 if (mIndicatorCallSetup != HeadsetClientHalConstants.CALLSETUP_NONE) { in updateCallIndicator()
428 if (mIndicatorCallSetup != HeadsetClientHalConstants.CALLSETUP_NONE) { in updateCallIndicator()
464 case HeadsetClientHalConstants.CALLSETUP_NONE: in updateCallSetupIndicator()
899 if (c != null && mIndicatorCallSetup == HeadsetClientHalConstants.CALLSETUP_NONE) in loopQueryCalls()
DHeadsetClientHalConstants.java70 final static int CALLSETUP_NONE = 0; field in HeadsetClientHalConstants