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.java1863 conference.getExtras().putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in createConference()
3060 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addExistingConnectionInternal()
3061 id = connection.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addExistingConnectionInternal()
3103 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) { in addConferenceInternal()
3104 originalId = conference.getExtras().getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID); in addConferenceInternal()
DRemoteConnectionService.java260 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
DRemoteConnection.java706 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId); in RemoteConnection()
DConnection.java734 public static final String EXTRA_ORIGINAL_CONNECTION_ID = field in Connection
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65788 Landroid/telecom/Connection;->EXTRA_ORIGINAL_CONNECTION_ID:Ljava/lang/String;