Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java62 boolean isRemotelyHosted) { in ConferenceParticipantConnection() argument
82 setCapabilitiesAndProperties(isRemotelyHosted); in ConferenceParticipantConnection()
160 private void setCapabilitiesAndProperties(boolean isRemotelyHosted) { in setCapabilitiesAndProperties() argument
164 if (isRemotelyHosted) { in setCapabilitiesAndProperties()
H A DImsConference.java530 Connection.PROPERTY_REMOTELY_HOSTED, isRemotelyHosted()); in applyHostProperties()
795 public boolean isRemotelyHosted() { in isRemotelyHosted() method in ImsConference
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DImsConferenceTest.java644 assertFalse(imsConference.isRemotelyHosted()); in testIsConferenceRemotelyHostedCachingOnSRVCC()
659 assertFalse(imsConference.isRemotelyHosted()); in testIsConferenceRemotelyHostedCachingOnSRVCC()