Searched refs:mIsVideoCallingSupported (Results 1 – 1 of 1) sorted by relevance
444 private boolean mIsVideoCallingSupported = false; field in Call1116 return mIsVideoCallingSupported; in isVideoCallingSupported()1211 mIsVideoCallingSupported = true; in checkIfVideoCapable()1217 mIsVideoCallingSupported = phoneAccount != null && phoneAccount.hasCapabilities( in checkIfVideoCapable()1220 if (!mIsVideoCallingSupported && VideoProfile.isVideo(getVideoState())) { in checkIfVideoCapable()