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.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/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4968 ImsPhoneConnection oldConnection = findConnection(callInfo.first); in handleMessage() local
4969 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() local
5005 if (oldConnection == null) { in handleMessage()
5009 mForegroundCall.detach(oldConnection); in handleMessage()
5010 removeConnection(oldConnection); in handleMessage()
5018 oldConnection.getCallRadioTech())) in handleMessage()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1738 Connection oldConnection = mConnection; in establish() local
1785 if (oldConnection != null) { in establish()
1786 mContext.unbindService(oldConnection); in establish()
1808 mConnection = oldConnection; in establish()