Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2061 private boolean isVideoCall(Call call) { in isVideoCall() method in Phone
2072 isVideoCallActive = isVideoCall(mImsPhone.getForegroundCall()) || in isVideoCallPresent()
2073 isVideoCall(mImsPhone.getBackgroundCall()) || in isVideoCallPresent()
2074 isVideoCall(mImsPhone.getRingingCall()); in isVideoCallPresent()