Searched refs:getConnectionService (Results 1 – 11 of 11) sorted by relevance
162 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedFallToSim()170 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedFallToSim()197 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedDoNotFallToSim()205 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedDoNotFallToSim()
135 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
757 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService()); in testAnalyticsDumping()
156 ConnectionServiceWrapper service = mCall.getConnectionService(); in abort()393 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails()
329 listener.onConnectionServiceChanged(call, null, call.getConnectionService()); in onSuccessfulOutgoingCall()1001 if (foregroundCall.getConnectionService() != call.getConnectionService()) { in answerCall()1379 if (call.getConnectionService() == service) { in handleConnectionServiceDeath()
1191 if (call != null && call.getConnectionService() != null) { in updateAudioForForegroundCall()1192 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
896 Preconditions.checkState(callToReplace.getConnectionService() == this); in replaceCall()
1039 public ConnectionServiceWrapper getConnectionService() { in getConnectionService() method in Call
77 if (getPrimaryConnection().getConnectionService() in onUnhold()
191 if (getConnectionService().getAllConnections().size() > 1) { in onUnhold()
1087 if (getConnectionService() != null) { in setActiveInternal()1088 for (Connection current : getConnectionService().getAllConnections()) { in setActiveInternal()