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