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.java380 private boolean mIsVideoCallingSupported = false; field in Call
883 return mIsVideoCallingSupported; in isVideoCallingSupported()
913 mIsVideoCallingSupported = phoneAccount != null && phoneAccount.hasCapabilities( in checkIfVideoCapable()