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

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionServiceProxy.java 34 void addExistingConnection(PhoneAccountHandle phoneAccountHandle,
36 void addExistingConnection(PhoneAccountHandle phoneAccountHandle,
TelephonyConnectionService.java 95 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,
98 .addExistingConnection(phoneAccountHandle, connection);
101 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,
104 .addExistingConnection(phoneAccountHandle, connection, conference);
401 addExistingConnection(PhoneUtils.makePstnPhoneAccountHandle(phone),
    [all...]
ImsConference.java 738 mTelephonyConnectionService.addExistingConnection(mConferenceHostPhoneAccountHandle,
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsConnectionService.java 138 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection);
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 98 void addExistingConnection(String callId, in ParcelableConnection connection,
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 419 void addExistingConnection(String callId, ParcelableConnection connection) {
420 Log.v(this, "addExistingConnection: %s", callId);
423 adapter.addExistingConnection(callId, connection, Log.getExternalSession());
ConnectionServiceAdapterServant.java 250 mDelegate.addExistingConnection((String) args.arg1,
513 public final void addExistingConnection(String connectionId,
ConnectionService.java     [all...]
RemoteConnectionService.java 357 public void addExistingConnection(String callId, ParcelableConnection connection,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 605 a.addExistingConnection(id, parcelable(mConnectionById.get(id)), null /*Session.Info*/);
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 694 public void addExistingConnection(String callId, ParcelableConnection connection,
727 logIncoming("addExistingConnection %s %s", callId, connection);
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 727 milliseconds