Home
last modified time | relevance | path

Searched refs:getConnectionService (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionManager.java111 if (a.getConnectionService() == b.getConnectionService()) { in conferenceRemoteConnections()
113 a.getConnectionService().conference(a.getId(), b.getId(), null /*Session.Info*/); in conferenceRemoteConnections()
118 a.getConnectionService(), a.getId(), in conferenceRemoteConnections()
119 b.getConnectionService(), b.getId()); in conferenceRemoteConnections()
H A DParcelableCallAnalytics.java432 public String getConnectionService() { in getConnectionService() method in ParcelableCallAnalytics
H A DRemoteConnection.java1296 IConnectionService getConnectionService() { in getConnectionService() method in RemoteConnection
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCreateConnectionProcessorTest.java230 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedFallToSim()
240 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedFallToSim()
270 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedDoNotFallToSim()
280 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedDoNotFallToSim()
H A DCallAudioRouteStateMachineTest.java120 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
717 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in resetMocks()
H A DAnalyticsTests.java174 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService()); in testAnalyticsDumping()
H A DCallAudioRouteTransitionTests.java185 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java197 ConnectionServiceWrapper service = mCall.getConnectionService(); in abort()
538 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails()
H A DCallsManager.java649 listener.onConnectionServiceChanged(call, null, call.getConnectionService()); in onSuccessfulOutgoingCall()
784 incomingCall.getConnectionService().onCallFilteringCompleted(incomingCall, in onCallFilteringComplete()
889 if (call.getConnectionService() == incomingCall.getConnectionService()) { in shouldSilenceInsteadOfReject()
3271 if (call.getConnectionService() == service) {
3628 if (incomingCall.getConnectionService() != null) {
3895 if (handoverTo.getConnectionService() != null) {
3900 handoverTo.getConnectionService().handoverFailed(handoverTo,
4996 ConnectionServiceWrapper service = call.getConnectionService();
H A DCallAudioRouteStateMachine.java1746 if (call != null && call.getConnectionService() != null) { in updateAudioForForegroundCall()
1747 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
H A DConnectionServiceWrapper.java1792 Preconditions.checkState(callToReplace.getConnectionService() == this); in replaceCall()
H A DCall.java2096 public ConnectionServiceWrapper getConnectionService() { in getConnectionService() method in Call
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessServiceRecord.java149 ServiceRecord getConnectionService() { in getConnectionService() method in ProcessServiceRecord
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10866 method public String getConnectionService();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55092 Landroid/telecom/Connection;->getConnectionService()Landroid/telecom/ConnectionService;
55840 Landroid/telecom/RemoteConnection;->getConnectionService()Lcom/android/internal/telecom/IConnection…