Searched refs:mWasVideoCall (Results 1 – 1 of 1) sorted by relevance
599 private boolean mWasVideoCall = false; field in ImsCall3519 sb.append(mWasVideoCall ? "Y" : "N"); in toString()3557 mWasVideoCall = mWasVideoCall || profile.isVideoCall(); in trackVideoStateHistory()3565 return mWasVideoCall; in wasVideoCall()