HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_ORIGINAL_CONNECTION_ID (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java     [all...]
RemoteConnectionService.java 233 // See comments on Connection.EXTRA_ORIGINAL_CONNECTION_ID for more information.
235 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
RemoteConnection.java 658 // See comments on Connection.EXTRA_ORIGINAL_CONNECTION_ID for more information.
660 newExtras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);
    [all...]
Connection.java 444 public static final String EXTRA_ORIGINAL_CONNECTION_ID =
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 392 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) {
396 .getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID);
691 .containsKey(Connection.EXTRA_ORIGINAL_CONNECTION_ID)) {
693 .getString(Connection.EXTRA_ORIGINAL_CONNECTION_ID);
    [all...]
CallsManager.java     [all...]

Completed in 59 milliseconds