Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java1969 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in createConference()
3273 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addExistingConnectionInternal()
3274 id = connection.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addExistingConnectionInternal()
3316 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addConferenceInternal()
3317 originalId = conference.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addConferenceInternal()
DRemoteConnectionService.java260 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
DRemoteConnection.java719 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in RemoteConnection()
DConnection.java761 public static final String EXTRA_ORIGINAL_CONNECTION_ID = field in Connection
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55088 Landroid/telecom/Connection;->EXTRA_ORIGINAL_CONNECTION_ID:Ljava/lang/String;