Searched defs:findConnection (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1197 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall);
1568 private synchronized ImsPhoneConnection findConnection(final ImsCall imsCall) { method in class:ImsPhoneCallTracker
1624 ImsPhoneConnection conn = findConnection(imsCall);
1881 ImsPhoneConnection conn = findConnection(imsCall);
1923 ImsPhoneConnection conn = findConnection(imsCall);
1942 ImsPhoneConnection conn = findConnection(imsCall);
2188 ImsPhoneConnection conn = findConnection(imsCall);
2211 ImsPhoneConnection conn = findConnection(imsCall);
2251 ImsPhoneCall foregroundImsPhoneCall = findConnection(call).getCall();
2252 ImsPhoneConnection peerConnection = findConnection(peerCal
[all...]

Completed in 79 milliseconds