Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java4592 List<Conference> otherSubConferences = conferences.stream() in maybeGetFirstConferenceableFromOtherSubscription() local
4601 if (!otherSubConferences.isEmpty()) { in maybeGetFirstConferenceableFromOtherSubscription()
4603 + otherSubConferences.get(0).getTelecomCallId() + " on " in maybeGetFirstConferenceableFromOtherSubscription()
4604 + otherSubConferences.get(0).getPhoneAccountHandle()); in maybeGetFirstConferenceableFromOtherSubscription()
4605 return otherSubConferences.get(0); in maybeGetFirstConferenceableFromOtherSubscription()