Searched refs:isVideoConferencingSupported (Results 1 – 4 of 4) sorted by relevance
252 boolean isVideoConferencingSupported = mConferenceHost == null ? false :256 isVideoConferencingSupported));472 boolean isVideoConferencingSupported) { in applyHostCapabilities() argument478 if (isVideoConferencingSupported) { in applyHostCapabilities()
1108 public boolean isVideoConferencingSupported() { in isVideoConferencingSupported() method in TelecomAccountRegistry.AccountEntry1407 public boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported() method in TelecomAccountRegistry1411 return entry.isVideoConferencingSupported(); in isVideoConferencingSupported()
3155 .isVideoConferencingSupported(phoneAccountHandle); in refreshConferenceSupported()
176 .isVideoConferencingSupported(notNull(PhoneAccountHandle.class))).thenReturn(false); in TestTelephonyConnection()