Searched refs:mIsVideoCallingSupportedByPhoneAccount (Results 1 – 1 of 1) sorted by relevance
476 private boolean mIsVideoCallingSupportedByPhoneAccount = false; field in Call1277 return mIsVideoCallingSupportedByPhoneAccount; in isVideoCallingSupportedByPhoneAccount()1286 if (mIsVideoCallingSupportedByPhoneAccount == isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount()1290 mIsVideoCallingSupportedByPhoneAccount = isVideoCallingSupported; in setVideoCallingSupportedByPhoneAccount()1404 mIsVideoCallingSupportedByPhoneAccount = true; in checkIfVideoCapable()1410 mIsVideoCallingSupportedByPhoneAccount = phoneAccount != null && in checkIfVideoCapable()1413 if (!mIsVideoCallingSupportedByPhoneAccount && VideoProfile.isVideo(getVideoState())) { in checkIfVideoCapable()