Searched refs:oldConnection (Results 1 – 2 of 2) sorted by relevance
3945 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local3946 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() local3982 if (oldConnection == null) { in handleMessage()3986 mForegroundCall.detach(oldConnection); in handleMessage()3987 removeConnection(oldConnection); in handleMessage()3995 oldConnection.getCallRadioTech())) in handleMessage()[all …]
1201 Connection oldConnection = mConnection;1252 if (oldConnection != null) {1253 mContext.unbindService(oldConnection);1275 mConnection = oldConnection;