Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java251 boolean isVideoConferencingSupported = mConferenceHost == null ? false :
255 isVideoConferencingSupported));
466 boolean isVideoConferencingSupported) { in applyHostCapabilities() argument
472 if (isVideoConferencingSupported) { in applyHostCapabilities()
DTelecomAccountRegistry.java953 public boolean isVideoConferencingSupported() { in isVideoConferencingSupported() method in TelecomAccountRegistry.AccountEntry
1227 public boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported() method in TelecomAccountRegistry
1231 return entry.isVideoConferencingSupported(); in isVideoConferencingSupported()
DTelephonyConnection.java3049 .isVideoConferencingSupported(phoneAccountHandle); in refreshConferenceSupported()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java177 .isVideoConferencingSupported(notNull(PhoneAccountHandle.class))).thenReturn(false); in TestTelephonyConnection()