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.java265 public ImsPhoneConnection getFirstConnection() { in getFirstConnection() method in ImsPhoneCall
274 ImsCall imsCall = getFirstConnection() == null ? in setMute()
275 null : getFirstConnection().getImsCall(); in setMute()
291 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
322 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall(); in getImsCall()
DImsPhoneCallTracker.java212 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()
1875 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference()
3289 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
3295 ImsPhoneConnection backgroundConnection = mBackgroundCall.getFirstConnection();
4713 ImsPhoneConnection conn = mForegroundCall.getFirstConnection(); in scheduleHandoverCheck()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java856 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testNoRemoteHoldtone()
882 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteToneInactive()
906 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteHoldtone()
1088 final ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testVtDataUsageProvider()