Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedGsmCallState.java47 boolean mIsMpty; field in CallInfo
54 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 …]