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

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 86 void addExistingConnection(String callId, in ParcelableConnection connection);
  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsConnectionService.java 150 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 390 void addExistingConnection(String callId, ParcelableConnection connection) {
391 Log.v(this, "addExistingConnection: %s", callId);
394 adapter.addExistingConnection(callId, connection);
ConnectionServiceAdapterServant.java 219 mDelegate.addExistingConnection(
407 public final void addExistingConnection(
RemoteConnectionService.java 315 public void addExistingConnection(String callId, ParcelableConnection connection) {
ConnectionService.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 593 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, connection);
654 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, mConferenceHost);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 369 a.addExistingConnection(id, parcelable(mConnectionById.get(id)));
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 577 public void addExistingConnection(String callId, ParcelableConnection connection) {
581 logIncoming("addExistingConnection %s %s", callId, connection);
    [all...]

Completed in 117 milliseconds