HomeSort by relevance Sort by last modified time
    Searched full:addexistingconnection (Results 1 - 9 of 9) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 88 void addExistingConnection(String callId, in ParcelableConnection connection);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 399 void addExistingConnection(String callId, ParcelableConnection connection) {
400 Log.v(this, "addExistingConnection: %s", callId);
403 adapter.addExistingConnection(callId, connection);
ConnectionServiceAdapterServant.java 225 mDelegate.addExistingConnection(
440 public final void addExistingConnection(
RemoteConnectionService.java 327 public void addExistingConnection(String callId, ParcelableConnection connection) {
ConnectionService.java     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsConnectionService.java 152 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection);
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 685 mTelephonyConnectionService.addExistingConnection(mConferenceHostPhoneAccountHandle,
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 515 a.addExistingConnection(id, parcelable(mConnectionById.get(id)));
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 610 public void addExistingConnection(String callId, ParcelableConnection connection) {
615 logIncoming("addExistingConnection %s %s", callId, connection);
    [all...]

Completed in 184 milliseconds