Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java2307 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in createConference()
3658 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addExistingConnectionInternal()
3659 id = connection.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addExistingConnectionInternal()
3701 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addConferenceInternal()
3702 originalId = conference.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addConferenceInternal()
H A DRemoteConnectionService.java257 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
H A DRemoteConnection.java717 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in RemoteConnection()
H A DConnection.java773 public static final String EXTRA_ORIGINAL_CONNECTION_ID = field in Connection
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51765 Landroid/telecom/Connection;->EXTRA_ORIGINAL_CONNECTION_ID:Ljava/lang/String;