Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java249 boolean isVideoConferencingSupported = mConferenceHost == null ? false :
253 isVideoConferencingSupported));
463 boolean isVideoConferencingSupported) { in applyHostCapabilities() argument
469 if (isVideoConferencingSupported) { in applyHostCapabilities()
DTelecomAccountRegistry.java911 public boolean isVideoConferencingSupported() { in isVideoConferencingSupported() method in TelecomAccountRegistry.AccountEntry
1177 boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported() method in TelecomAccountRegistry
1181 return entry.isVideoConferencingSupported(); in isVideoConferencingSupported()
DTelephonyConnection.java2730 .isVideoConferencingSupported(phoneAccountHandle); in refreshConferenceSupported()