Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1547 public void setVideoCallingSupportedByPhoneAccount(boolean isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount() argument
1548 if (mIsVideoCallingSupportedByPhoneAccount == isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount()
1551 Log.i(this, "setVideoCallingSupportedByPhoneAccount: isSupp=%b", isVideoCallingSupported); in setVideoCallingSupportedByPhoneAccount()
1552 mIsVideoCallingSupportedByPhoneAccount = isVideoCallingSupported; in setVideoCallingSupportedByPhoneAccount()