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.java162 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()
DCallAudioRouteStateMachineTest.java135 when(fakeCall.getConnectionService()).thenReturn(mockConnectionServiceWrapper); in setUp()
DBasicCallTests.java757 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService()); in testAnalyticsDumping()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java156 ConnectionServiceWrapper service = mCall.getConnectionService(); in abort()
393 ConnectionServiceWrapper connectionManager = mCall.getConnectionService(); in shouldFailCallIfConnectionManagerFails()
DCallsManager.java329 listener.onConnectionServiceChanged(call, null, call.getConnectionService()); in onSuccessfulOutgoingCall()
1001 if (foregroundCall.getConnectionService() != call.getConnectionService()) { in answerCall()
1379 if (call.getConnectionService() == service) { in handleConnectionServiceDeath()
DCallAudioRouteStateMachine.java1191 if (call != null && call.getConnectionService() != null) { in updateAudioForForegroundCall()
1192 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
DConnectionServiceWrapper.java896 Preconditions.checkState(callToReplace.getConnectionService() == this); in replaceCall()
DCall.java1039 public ConnectionServiceWrapper getConnectionService() { in getConnectionService() method in Call
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConference.java77 if (getPrimaryConnection().getConnectionService() in onUnhold()
DHfpClientConnection.java191 if (getConnectionService().getAllConnections().size() > 1) { in onUnhold()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1087 if (getConnectionService() != null) { in setActiveInternal()
1088 for (Connection current : getConnectionService().getAllConnections()) { in setActiveInternal()