Home
last modified time | relevance | path

Searched refs:verifyConnectionForIncomingCall (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DWiredHeadsetTest.java44 final MockConnection connection = verifyConnectionForIncomingCall(); in testIncomingCallShortPress_acceptsCall()
61 final MockConnection connection = verifyConnectionForIncomingCall(); in testIncomingCallLongPress_rejectsCall()
DExtendedInCallServiceTest.java192 final MockConnection connection = verifyConnectionForIncomingCall(); in testAnswerIncomingCallAudioOnly()
213 final MockConnection connection = verifyConnectionForIncomingCall(); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState()
236 final MockConnection connection = verifyConnectionForIncomingCall(); in testRejectIncomingCall()
394 verifyConnectionForIncomingCall(); in testOnCannedTextResponsesLoaded()
432 verifyConnectionForIncomingCall(); in testGetCalls()
DConnectionServiceTest.java89 final Connection connection3 = verifyConnectionForIncomingCall(); in testGetAllConnections()
DBaseTelecomTestWithMockServices.java333 MockConnection verifyConnectionForIncomingCall() { in verifyConnectionForIncomingCall() method in BaseTelecomTestWithMockServices
335 return verifyConnectionForIncomingCall(0); in verifyConnectionForIncomingCall()
338 MockConnection verifyConnectionForIncomingCall(int connectionIndex) { in verifyConnectionForIncomingCall() method in BaseTelecomTestWithMockServices
DRemoteConnectionTest.java1173 mConnection = verifyConnectionForIncomingCall(); in addRemoteConnectionIncomingCall()