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.java247 public ImsPhoneConnection getFirstConnection() { in getFirstConnection() method in ImsPhoneCall
255 ImsCall imsCall = getFirstConnection() == null ? in setMute()
256 null : getFirstConnection().getImsCall(); in setMute()
272 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
302 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall(); in getImsCall()
DImsPhoneCallTracker.java198 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()
1448 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference()
4109 ImsPhoneConnection conn = mForegroundCall.getFirstConnection(); in scheduleHandoverCheck()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java761 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testNoRemoteHoldtone()
787 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteToneInactive()
811 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteHoldtone()