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