Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java444 private boolean mIsVideoCallingSupported = false; field in Call
1116 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()