Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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()
DCallAudioRouteStateMachineTest.java120 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
717 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in resetMocks()
DAnalyticsTests.java174 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService()); in testAnalyticsDumping()
DCallAudioRouteTransitionTests.java185 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java197 ConnectionServiceWrapper service = mCall.getConnectionService(); in abort()
538 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails()
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();
DCallAudioRouteStateMachine.java1746 if (call != null && call.getConnectionService() != null) { in updateAudioForForegroundCall()
1747 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
DConnectionServiceWrapper.java1753 Preconditions.checkState(callToReplace.getConnectionService() == this); in replaceCall()
DCall.java2095 public ConnectionServiceWrapper getConnectionService() { in getConnectionService() method in Call