Home | History | Annotate | Download | only in ims

Lines Matching defs:isVideoCall

3450         sb.append(isVideoCall() ? "Y" : "N");
3490 isVideoCall();
3504 public boolean isVideoCall() {
3506 return mCallProfile != null && mCallProfile.isVideoCall();