Searched refs:oldConnection (Results 1 – 3 of 3) sorted by relevance
309 ServiceConnection oldConnection = null; in close() local312 oldConnection = mServiceConnection; in close()326 if (oldConnection != null) { in close()328 mContext.unbindService(oldConnection); in close()
4968 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local4969 if (oldConnection == null) { in handleMessage()4973 mForegroundCall.detach(oldConnection); in handleMessage()4974 removeConnection(oldConnection); in handleMessage()4978 oldConnection.onOriginalConnectionReplaced(newConnection); in handleMessage()5004 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local5005 if (oldConnection == null) { in handleMessage()5009 mForegroundCall.detach(oldConnection); in handleMessage()5010 removeConnection(oldConnection); in handleMessage()5018 oldConnection.getCallRadioTech())) in handleMessage()[all …]
1738 Connection oldConnection = mConnection; in establish() local1785 if (oldConnection != null) { in establish()1786 mContext.unbindService(oldConnection); in establish()1808 mConnection = oldConnection; in establish()