Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java1665 public void setVideoCallingSupportedByPhoneAccount(boolean isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount() argument
1666 if (mIsVideoCallingSupportedByPhoneAccount == isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount()
1669 Log.i(this, "setVideoCallingSupportedByPhoneAccount: isSupp=%b", isVideoCallingSupported); in setVideoCallingSupportedByPhoneAccount()
1670 mIsVideoCallingSupportedByPhoneAccount = isVideoCallingSupported; in setVideoCallingSupportedByPhoneAccount()