Searched refs:mIsMpty (Results 1 – 1 of 1) sorted by relevance
47 boolean mIsMpty; field in CallInfo54 mIsMpty = isMpty; in CallInfo()79 + mState.value() + ",0," + (mIsMpty ? "1" : "0") in toCLCCLine()98 ret.isMpty = mIsMpty; in toDriverCall()577 c.mIsMpty = false; in separateCall()594 mCalls[lastHeld].mIsMpty = false; in separateCall()628 c.mIsMpty = true; in conference()778 if (!hasMpty && call.mIsMpty) { in countActiveLines()780 } else if (call.mIsMpty && mptyIsHeld in countActiveLines()785 } else if (!call.mIsMpty && hasMpty && mptyIsHeld in countActiveLines()[all …]