Searched refs:mWasVideoCall (Results 1 – 1 of 1) sorted by relevance
659 private boolean mWasVideoCall = false; field in ImsCall3825 sb.append(mWasVideoCall ? "Y" : "N"); in toString()3863 mWasVideoCall = mWasVideoCall || ( profile != null && profile.isVideoCall()); in trackVideoStateHistory()3871 return mWasVideoCall; in wasVideoCall()