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