Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConference.java129 final TelephonyConnection connection = getFirstConnection(); in onHold()
140 final TelephonyConnection connection = getFirstConnection(); in onUnhold()
148 final TelephonyConnection connection = getFirstConnection(); in onPlayDtmfTone()
156 final TelephonyConnection connection = getFirstConnection(); in onStopDtmfTone()
236 private TelephonyConnection getFirstConnection() { in getFirstConnection() method in TelephonyConference
H A DCdmaConference.java120 final CdmaConnection connection = getFirstConnection(); in onPlayDtmfTone()
130 final CdmaConnection connection = getFirstConnection(); in onStopDtmfTone()
213 private CdmaConnection getFirstConnection() { in getFirstConnection() method in CdmaConference
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java266 public ImsPhoneConnection getFirstConnection() { in getFirstConnection() method in ImsPhoneCall
279 ImsPhoneConnection connection = getFirstConnection(); in setMute()
296 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
326 ImsPhoneConnection connection = getFirstConnection(); in getImsCall()
H A DImsPhoneCallTracker.java233 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()
2066 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference()
3545 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
3551 ImsPhoneConnection backgroundConnection = mBackgroundCall.getFirstConnection();
5006 ImsPhoneConnection conn = mForegroundCall.getFirstConnection(); in scheduleHandoverCheck()
5210 ImsPhoneConnection fgConnection = mForegroundCall.getFirstConnection(); in isForegroundHigherPriority()
5211 ImsPhoneConnection bgConnection = mBackgroundCall.getFirstConnection(); in isForegroundHigherPriority()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java940 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testNoRemoteHoldtone()
966 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteToneInactive()
990 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteHoldtone()
1172 final ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testVtDataUsageProvider()