Searched refs:CALLSETUP_NONE (Results 1 – 2 of 2) sorted by relevance
362 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()
70 final static int CALLSETUP_NONE = 0; field in HeadsetClientHalConstants