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.java252 boolean isVideoConferencingSupported = mConferenceHost == null ? false :
256 isVideoConferencingSupported));
472 boolean isVideoConferencingSupported) { in applyHostCapabilities() argument
478 if (isVideoConferencingSupported) { in applyHostCapabilities()
DTelecomAccountRegistry.java1108 public boolean isVideoConferencingSupported() { in isVideoConferencingSupported() method in TelecomAccountRegistry.AccountEntry
1407 public boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported() method in TelecomAccountRegistry
1411 return entry.isVideoConferencingSupported(); in isVideoConferencingSupported()
DTelephonyConnection.java3155 .isVideoConferencingSupported(phoneAccountHandle); in refreshConferenceSupported()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java176 .isVideoConferencingSupported(notNull(PhoneAccountHandle.class))).thenReturn(false); in TestTelephonyConnection()