Home
last modified time | relevance | path

Searched refs:oldConnection (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3945 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local
3946 if (oldConnection == null) { in handleMessage()
3950 mForegroundCall.detach(oldConnection); in handleMessage()
3951 removeConnection(oldConnection); in handleMessage()
3955 oldConnection.onOriginalConnectionReplaced(newConnection); in handleMessage()
3981 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local
3982 if (oldConnection == null) { in handleMessage()
3986 mForegroundCall.detach(oldConnection); in handleMessage()
3987 removeConnection(oldConnection); in handleMessage()
3995 oldConnection.getCallRadioTech())) in handleMessage()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1201 Connection oldConnection = mConnection;
1252 if (oldConnection != null) {
1253 mContext.unbindService(oldConnection);
1275 mConnection = oldConnection;