Searched refs:isVideoCallingSupported (Results 1 – 1 of 1) sorted by relevance
1973 public void setVideoCallingSupportedByPhoneAccount(boolean isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount() argument1974 if (mIsVideoCallingSupportedByPhoneAccount == isVideoCallingSupported) { in setVideoCallingSupportedByPhoneAccount()1977 Log.i(this, "setVideoCallingSupportedByPhoneAccount: isSupp=%b", isVideoCallingSupported); in setVideoCallingSupportedByPhoneAccount()1978 mIsVideoCallingSupportedByPhoneAccount = isVideoCallingSupported; in setVideoCallingSupportedByPhoneAccount()