Home
last modified time | relevance | path

Searched refs:oldConnection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java309 ServiceConnection oldConnection = null; in close() local
312 oldConnection = mServiceConnection; in close()
326 if (oldConnection != null) { in close()
328 mContext.unbindService(oldConnection); in close()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java557 ServiceConnection oldConnection = mRemoteHotwordDetectionService; in restartProcessLocked() local
599 oldConnection.ignoreConnectionStatusEvents(); in restartProcessLocked()
600 oldConnection.unbind(); in restartProcessLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4230 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local
4231 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() local
4267 if (oldConnection == null) { in handleMessage()
4271 mForegroundCall.detach(oldConnection); in handleMessage()
4272 removeConnection(oldConnection); in handleMessage()
4280 oldConnection.getCallRadioTech())) in handleMessage()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1362 Connection oldConnection = mConnection;
1415 if (oldConnection != null) {
1416 mContext.unbindService(oldConnection);
1438 mConnection = oldConnection;