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.java2309 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in createConference()
3660 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addExistingConnectionInternal()
3661 id = connection.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addExistingConnectionInternal()
3703 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addConferenceInternal()
3704 originalId = conference.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addConferenceInternal()
DRemoteConnectionService.java259 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
DRemoteConnection.java717 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in RemoteConnection()
DConnection.java775 public static final String EXTRA_ORIGINAL_CONNECTION_ID = field in Connection
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51122 Landroid/telecom/Connection;->EXTRA_ORIGINAL_CONNECTION_ID:Ljava/lang/String;