Searched refs:mIsVideoCallingSupportedByPhoneAccount (Results 1 – 1 of 1) sorted by relevance
656 private boolean mIsVideoCallingSupportedByPhoneAccount = false; field in Call1965 return mIsVideoCallingSupportedByPhoneAccount; in isVideoCallingSupportedByPhoneAccount()1974 if (mIsVideoCallingSupportedByPhoneAccount == isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount()1978 mIsVideoCallingSupportedByPhoneAccount = isVideoCallingSupported; in setVideoCallingSupportedByPhoneAccount()2173 mIsVideoCallingSupportedByPhoneAccount = true; in checkIfVideoCapable()2179 mIsVideoCallingSupportedByPhoneAccount = phoneAccount != null && in checkIfVideoCapable()2182 if (!mIsVideoCallingSupportedByPhoneAccount && VideoProfile.isVideo(getVideoState())) { in checkIfVideoCapable()