Searched refs:oldConnection (Results 1 – 3 of 3) sorted by relevance
249 ServiceConnection oldConnection = null; in close() local253 oldConnection = mServiceConnection; in close()258 if (oldConnection != null) { in close()260 mContext.unbindService(oldConnection); in close()
3957 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local3958 if (oldConnection == null) { in handleMessage()3962 mForegroundCall.detach(oldConnection); in handleMessage()3963 removeConnection(oldConnection); in handleMessage()3967 oldConnection.onOriginalConnectionReplaced(newConnection); in handleMessage()3993 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local3994 if (oldConnection == null) { in handleMessage()3998 mForegroundCall.detach(oldConnection); in handleMessage()3999 removeConnection(oldConnection); in handleMessage()4007 oldConnection.getCallRadioTech())) in handleMessage()[all …]
1201 Connection oldConnection = mConnection;1252 if (oldConnection != null) {1253 mContext.unbindService(oldConnection);1275 mConnection = oldConnection;