Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java511 private boolean mIsVideoCallingSupportedByPhoneAccount = false; field in Call
1463 return mIsVideoCallingSupportedByPhoneAccount; in isVideoCallingSupportedByPhoneAccount()
1472 if (mIsVideoCallingSupportedByPhoneAccount == isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount()
1476 mIsVideoCallingSupportedByPhoneAccount = isVideoCallingSupported; in setVideoCallingSupportedByPhoneAccount()
1610 mIsVideoCallingSupportedByPhoneAccount = true; in checkIfVideoCapable()
1616 mIsVideoCallingSupportedByPhoneAccount = phoneAccount != null && in checkIfVideoCapable()
1619 if (!mIsVideoCallingSupportedByPhoneAccount && VideoProfile.isVideo(getVideoState())) { in checkIfVideoCapable()