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

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java576 private boolean mWasVideoCall = false; field in class:ImsCall
3392 sb.append(mWasVideoCall ? "Y" : "N");
3425 * Updates {@link #mWasVideoCall} based on the current {@link ImsCallProfile} for the call.
3430 mWasVideoCall = mWasVideoCall || profile.isVideoCall();
3438 return mWasVideoCall;

Completed in 163 milliseconds