Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java2076 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addExistingConnectionInternal()
2077 id = connection.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addExistingConnectionInternal()
2116 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addConferenceInternal()
2117 originalId = conference.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addConferenceInternal()
DRemoteConnectionService.java240 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
DRemoteConnection.java705 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in RemoteConnection()
DConnection.java480 public static final String EXTRA_ORIGINAL_CONNECTION_ID = field in Connection