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.java1865 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in createConference()
3101 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addExistingConnectionInternal()
3102 id = connection.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addExistingConnectionInternal()
3144 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addConferenceInternal()
3145 originalId = conference.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addConferenceInternal()
DRemoteConnectionService.java260 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
DRemoteConnection.java717 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in RemoteConnection()
DConnection.java733 public static final String EXTRA_ORIGINAL_CONNECTION_ID = field in Connection