Searched refs:oldConnection (Results 1 – 5 of 5) sorted by relevance
214 for (Connection oldConnection : existingChildConnections) { in recalculateConference()215 mConference.removeTelephonyConnection(oldConnection); in recalculateConference()216 Log.i(this, "Removing connection from conference call: %s", oldConnection); in recalculateConference()
309 ServiceConnection oldConnection = null; in close() local312 oldConnection = mServiceConnection; in close()326 if (oldConnection != null) { in close()328 mContext.unbindService(oldConnection); in close()
555 ServiceConnection oldConnection = mRemoteHotwordDetectionService; in restartProcessLocked() local597 oldConnection.ignoreConnectionStatusEvents(); in restartProcessLocked()598 oldConnection.unbind(); in restartProcessLocked()
4230 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local4231 if (oldConnection == null) { in handleMessage()4235 mForegroundCall.detach(oldConnection); in handleMessage()4236 removeConnection(oldConnection); in handleMessage()4240 oldConnection.onOriginalConnectionReplaced(newConnection); in handleMessage()4266 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local4267 if (oldConnection == null) { in handleMessage()4271 mForegroundCall.detach(oldConnection); in handleMessage()4272 removeConnection(oldConnection); in handleMessage()4280 oldConnection.getCallRadioTech())) in handleMessage()[all …]
1377 Connection oldConnection = mConnection;1430 if (oldConnection != null) {1431 mContext.unbindService(oldConnection);1453 mConnection = oldConnection;