Searched refs:isVideoConferencingSupported (Results 1 – 4 of 4) sorted by relevance
251 boolean isVideoConferencingSupported = mConferenceHost == null ? false :255 isVideoConferencingSupported));466 boolean isVideoConferencingSupported) { in applyHostCapabilities() argument472 if (isVideoConferencingSupported) { in applyHostCapabilities()
953 public boolean isVideoConferencingSupported() { in isVideoConferencingSupported() method in TelecomAccountRegistry.AccountEntry1227 public boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported() method in TelecomAccountRegistry1231 return entry.isVideoConferencingSupported(); in isVideoConferencingSupported()
3049 .isVideoConferencingSupported(phoneAccountHandle); in refreshConferenceSupported()
177 .isVideoConferencingSupported(notNull(PhoneAccountHandle.class))).thenReturn(false); in TestTelephonyConnection()