Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java268 public ImsPhoneConnection getFirstConnection() { in getFirstConnection() method in ImsPhoneCall
281 ImsPhoneConnection connection = getFirstConnection(); in setMute()
298 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
328 ImsPhoneConnection connection = getFirstConnection(); in getImsCall()
346 if (getFirstConnection() == null) { in getServiceType()
349 return getFirstConnection().isEmergencyCall() in getServiceType()
DImsPhoneCallTracker.java309 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in processIncomingCall()
2554 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference()
4190 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
4196 ImsPhoneConnection backgroundConnection = mBackgroundCall.getFirstConnection();
5822 ImsPhoneConnection conn = mForegroundCall.getFirstConnection(); in scheduleHandoverCheck()
6032 ImsPhoneConnection fgConnection = mForegroundCall.getFirstConnection(); in isForegroundHigherPriority()
6033 ImsPhoneConnection bgConnection = mBackgroundCall.getFirstConnection(); in isForegroundHigherPriority()
6120 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in triggerNotifyAnbr()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1496 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testNoRemoteHoldtone()
1522 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testSendAnbrQuery()
1540 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testTriggerNotifyAnbr()
1561 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteToneInactive()
1585 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteHoldtone()
1779 final ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testVtDataUsageProvider()
2453 ImsPhoneConnection c = mCTUT.mForegroundCall.getFirstConnection(); in testDomainSelectionAlternateServiceStartFailed()
2469 ImsPhoneConnection c = mCTUT.mForegroundCall.getFirstConnection(); in testDomainSelectionAlternateServiceStartFailedNullPendingMO()
2488 ImsPhoneConnection c = mCTUT.mForegroundCall.getFirstConnection(); in testDomainSelectionAlternateServiceTerminated()
2504 ImsPhoneConnection c = mCTUT.mForegroundCall.getFirstConnection(); in testDomainSelectionEmergencyPermFailure()
[all …]