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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java258 getFirstConnection() { method in class:ImsPhoneCall
266 ImsCall imsCall = getFirstConnection() == null ?
267 null : getFirstConnection().getImsCall();
282 ImsPhoneConnection imsPhoneConnection = getFirstConnection();
311 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
H A DImsPhoneCallTracker.java607 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();

Completed in 45 milliseconds