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.java659 private boolean mWasVideoCall = false; field in ImsCall
3825 sb.append(mWasVideoCall ? "Y" : "N"); in toString()
3863 mWasVideoCall = mWasVideoCall || ( profile != null && profile.isVideoCall()); in trackVideoStateHistory()
3871 return mWasVideoCall; in wasVideoCall()