Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java228 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedFallToSim()
238 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedFallToSim()
268 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedDoNotFallToSim()
278 when(mMockCall.getConnectionService()).thenReturn(service); in testConnectionManagerFailedDoNotFallToSim()
DCallAudioRouteStateMachineTest.java110 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
610 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in resetMocks()
DAnalyticsTests.java159 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService()); in testAnalyticsDumping()
DCallAudioRouteTransitionTests.java180 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java195 ConnectionServiceWrapper service = mCall.getConnectionService(); in abort()
482 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails()
DCallsManager.java578 listener.onConnectionServiceChanged(call, null, call.getConnectionService()); in onSuccessfulOutgoingCall()
720 if (call.getConnectionService() == incomingCall.getConnectionService()) { in shouldSilenceInsteadOfReject()
2549 if (call.getConnectionService() == service) {
2884 if (incomingCall.getConnectionService() != null) {
3111 if (handoverTo.getConnectionService() != null) {
3116 handoverTo.getConnectionService().handoverFailed(handoverTo,
4024 ConnectionServiceWrapper service = call.getConnectionService();
DCallAudioRouteStateMachine.java1613 if (call != null && call.getConnectionService() != null) { in updateAudioForForegroundCall()
1614 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
DConnectionServiceWrapper.java1446 Preconditions.checkState(callToReplace.getConnectionService() == this); in replaceCall()
DCall.java1646 public ConnectionServiceWrapper getConnectionService() { in getConnectionService() method in Call
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java247 if (getConnectionService().getAllConnections().size() > 1) { in onUnhold()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1747 if (getConnectionService() != null) { in setActiveInternal()
1748 for (Connection current : getConnectionService().getAllConnections()) { in setActiveInternal()