Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java643 private boolean mWasVideoCall = false; field in ImsCall
3757 sb.append(mWasVideoCall ? "Y" : "N"); in toString()
3795 mWasVideoCall = mWasVideoCall || ( profile != null && profile.isVideoCall()); in trackVideoStateHistory()
3803 return mWasVideoCall; in wasVideoCall()