Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java249 ServiceConnection oldConnection = null; in close() local
253 oldConnection = mServiceConnection; in close()
258 if (oldConnection != null) { in close()
260 mContext.unbindService(oldConnection); in close()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3957 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local
3958 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() local
3994 if (oldConnection == null) { in handleMessage()
3998 mForegroundCall.detach(oldConnection); in handleMessage()
3999 removeConnection(oldConnection); in handleMessage()
4007 oldConnection.getCallRadioTech())) in handleMessage()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1201 Connection oldConnection = mConnection;
1252 if (oldConnection != null) {
1253 mContext.unbindService(oldConnection);
1275 mConnection = oldConnection;