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
278 ImsPhoneConnection connection = getFirstConnection(); in setMute()
295 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
325 ImsPhoneConnection connection = getFirstConnection(); in getImsCall()
DImsPhoneCallTracker.java212 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()
1892 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference()
3304 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
3310 ImsPhoneConnection backgroundConnection = mBackgroundCall.getFirstConnection();
4725 ImsPhoneConnection conn = mForegroundCall.getFirstConnection(); in scheduleHandoverCheck()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java857 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testNoRemoteHoldtone()
883 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteToneInactive()
907 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteHoldtone()
1095 final ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testVtDataUsageProvider()