Searched refs:getConnectionService (Results 1 – 9 of 9) sorted by relevance
230 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()
120 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()717 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in resetMocks()
174 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService()); in testAnalyticsDumping()
185 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
197 ConnectionServiceWrapper service = mCall.getConnectionService(); in abort()538 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails()
649 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();
1746 if (call != null && call.getConnectionService() != null) { in updateAudioForForegroundCall()1747 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
1753 Preconditions.checkState(callToReplace.getConnectionService() == this); in replaceCall()
2095 public ConnectionServiceWrapper getConnectionService() { in getConnectionService() method in Call