Home
last modified time | relevance | path

Searched refs:handleCreateConnectionSuccess (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java192 mTestCreateConnectionProcessor.handleCreateConnectionSuccess(mockCallIdMapper, null); in testSimPhoneAccountSuccess()
193 verify(mMockCreateConnectionResponse).handleCreateConnectionSuccess(mockCallIdMapper, null); in testSimPhoneAccountSuccess()
240 mTestCreateConnectionProcessor.handleCreateConnectionSuccess(mockCallIdMapper, null); in testConnectionManagerSuccess()
241 verify(mMockCreateConnectionResponse).handleCreateConnectionSuccess(mockCallIdMapper, null); in testConnectionManagerSuccess()
280 mTestCreateConnectionProcessor.handleCreateConnectionSuccess(mockCallIdMapper, null); in testConnectionManagerFailedFallToSim()
281 verify(mMockCreateConnectionResponse).handleCreateConnectionSuccess(mockCallIdMapper, null); in testConnectionManagerFailedFallToSim()
355 mTestCreateConnectionProcessor.handleCreateConnectionSuccess(mockCallIdMapper, null); in testFakeEmergencyNumber()
356 verify(mMockCreateConnectionResponse).handleCreateConnectionSuccess(mockCallIdMapper, null); in testFakeEmergencyNumber()
386 mTestCreateConnectionProcessor.handleCreateConnectionSuccess(mockCallIdMapper, null); in testEmergencyCallAcrossUsers()
387 verify(mMockCreateConnectionResponse).handleCreateConnectionSuccess(mockCallIdMapper, null); in testEmergencyCallAcrossUsers()
[all …]
DCallTest.java435 call.handleCreateConnectionSuccess(Mockito.mock(CallIdMapper.class), connection); in testIsCreateConnectionComplete()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionResponse.java30 void handleCreateConnectionSuccess(CallIdMapper idMapper, ParcelableConnection connection); in handleCreateConnectionSuccess() method
DCreateConnectionProcessor.java558 public void handleCreateConnectionSuccess( in handleCreateConnectionSuccess() method in CreateConnectionProcessor
568 mCallResponse.handleCreateConnectionSuccess(idMapper, connection); in handleCreateConnectionSuccess()
DConnectionServiceWrapper.java2565 .handleCreateConnectionSuccess(mCallIdMapper, connection); in handleCreateConnectionComplete()
DCall.java2618 public void handleCreateConnectionSuccess( in handleCreateConnectionSuccess() method in Call