Searched refs:oldConnection (Results 1 – 4 of 4) 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()
557 ServiceConnection oldConnection = mRemoteHotwordDetectionService; in restartProcessLocked() local599 oldConnection.ignoreConnectionStatusEvents(); in restartProcessLocked()600 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 …]
1362 Connection oldConnection = mConnection;1415 if (oldConnection != null) {1416 mContext.unbindService(oldConnection);1438 mConnection = oldConnection;