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()
117 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()636 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in resetMocks()
169 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService()); in testAnalyticsDumping()
185 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
196 ConnectionServiceWrapper service = mCall.getConnectionService(); in abort()535 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails()
633 listener.onConnectionServiceChanged(call, null, call.getConnectionService()); in onSuccessfulOutgoingCall()823 if (call.getConnectionService() == incomingCall.getConnectionService()) { in shouldSilenceInsteadOfReject()3042 if (call.getConnectionService() == service) {3398 if (incomingCall.getConnectionService() != null) {3632 if (handoverTo.getConnectionService() != null) {3637 handoverTo.getConnectionService().handoverFailed(handoverTo,4720 ConnectionServiceWrapper service = call.getConnectionService();
1718 if (call != null && call.getConnectionService() != null) { in updateAudioForForegroundCall()1719 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
1692 Preconditions.checkState(callToReplace.getConnectionService() == this); in replaceCall()
1874 public ConnectionServiceWrapper getConnectionService() { in getConnectionService() method in Call