/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/ |
H A D | ImsConferenceTest.java | 109 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testPropertyPropagation() 150 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation() 166 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation() 208 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaDisconnectState() 230 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaDisconnectState() 272 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaRemoval() 281 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaRemoval() 323 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant() 344 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant() 391 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationWithPreDisconnectParticipantUpdate()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnectionServiceProxy.java | 33 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method 35 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method
|
H A D | TelephonyConnectionService.java | 120 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle, 123 .addExistingConnection(phoneAccountHandle, connection); 126 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle, 129 .addExistingConnection(phoneAccountHandle, connection, conference); 963 addExistingConnection(mPhoneUtilsProxy.makePstnPhoneAccountHandleWithPrefix( in adjustAndPlaceOutgoingConnection()
|
H A D | ImsConference.java | 1269 mTelephonyConnectionService.addExistingConnection(mConferenceHostPhoneAccountHandle, in createConferenceParticipantConnection() 1447 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, c); in handleOriginalConnectionChange()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | ConnectionServiceAdapter.java | 453 void addExistingConnection(String callId, ParcelableConnection connection) { in addExistingConnection() method in ConnectionServiceAdapter 457 adapter.addExistingConnection(callId, connection, Log.getExternalSession()); in addExistingConnection()
|
H A D | ConnectionServiceAdapterServant.java | 273 mDelegate.addExistingConnection((String) args.arg1, 585 public final void addExistingConnection(String connectionId,
|
H A D | RemoteConnectionService.java | 376 public void addExistingConnection(String callId, ParcelableConnection connection,
|
H A D | ConnectionService.java | 2742 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method in ConnectionService 2744 addExistingConnection(phoneAccountHandle, connection, null /* conference */); in addExistingConnection() 2776 public final void addExistingConnection(@NonNull PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method in ConnectionService 2811 mAdapter.addExistingConnection(id, parcelableConnection); in addExistingConnection()
|
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IConnectionServiceAdapter.aidl | 106 void addExistingConnection(String callId, in ParcelableConnection connection, in addExistingConnection() method
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | ConnectionServiceFixture.java | 687 a.addExistingConnection(id, parcelable(mConnectionById.get(id)), null /*Session.Info*/); in sendAddExistingConnection()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | ConnectionServiceWrapper.java | 866 public void addExistingConnection(String callId, ParcelableConnection connection, in addExistingConnection() method in ConnectionServiceWrapper.Adapter
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 10848 …method public final void addExistingConnection(@NonNull android.telecom.PhoneAccountHandle, @NonNu…
|
H A D | current.txt | 40071 …method public final void addExistingConnection(android.telecom.PhoneAccountHandle, android.telecom…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55198 Landroid/telecom/ConnectionService;->addExistingConnection(Landroid/telecom/PhoneAccountHandle;Land… 55339 Landroid/telecom/ConnectionServiceAdapter;->addExistingConnection(Ljava/lang/String;Landroid/teleco… 86662 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->addExistingConnection(Ljava/la… 86737 Lcom/android/internal/telecom/IConnectionServiceAdapter;->addExistingConnection(Ljava/lang/String;L…
|