Searched refs:getFirstConnection (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java241 public ImsPhoneConnection getFirstConnection() { method in class:ImsPhoneCall
249 ImsCall imsCall = getFirstConnection() == null ?
250 null : getFirstConnection().getImsCall();
265 ImsPhoneConnection imsPhoneConnection = getFirstConnection();
295 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
H A DImsPhoneCallTracker.java181 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall();
1394 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
3771 ImsPhoneConnection conn = mForegroundCall.getFirstConnection();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java748 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
774 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
798 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
/frameworks/base/config/
H A Dboot-image-profile.txt9937 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getFirstConnection()Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;
[all...]

Completed in 79 milliseconds