Searched refs:mIsMpty (Results 1 – 1 of 1) sorted by relevance
49 boolean mIsMpty; field in CallInfo56 mIsMpty = isMpty; in CallInfo()81 + mState.value() + ",0," + (mIsMpty ? "1" : "0") in toCLCCLine()100 ret.isMpty = mIsMpty; in toDriverCall()584 c.mIsMpty = false; in separateCall()601 mCalls[lastHeld].mIsMpty = false; in separateCall()636 c.mIsMpty = true; in conference()786 if (!hasMpty && call.mIsMpty) { in countActiveLines()788 } else if (call.mIsMpty && mptyIsHeld in countActiveLines()793 } else if (!call.mIsMpty && hasMpty && mptyIsHeld in countActiveLines()[all …]