Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java208 final MockConnection connection = verifyConnectionForIncomingCall(); in testAnswerIncomingCallAudioOnly()
238 final MockConnection connection = verifyConnectionForIncomingCall(); in testIncomingCallFromBlockedNumber_IsRejected()
262 final MockConnection connection = verifyConnectionForIncomingCall(); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState()
285 final MockConnection connection = verifyConnectionForIncomingCall(); in testRejectIncomingCall()
307 final MockConnection connection = verifyConnectionForIncomingCall(); in testRejectIncomingCallWithMessage()
434 final MockConnection connection = verifyConnectionForIncomingCall(); in testSilenceRinger()
481 verifyConnectionForIncomingCall(); in testOnCannedTextResponsesLoaded()
519 verifyConnectionForIncomingCall(); in testGetCalls()
DWiredHeadsetTest.java44 final MockConnection connection = verifyConnectionForIncomingCall(); in testIncomingCallShortPress_acceptsCall()
61 final MockConnection connection = verifyConnectionForIncomingCall(); in testIncomingCallLongPress_rejectsCall()
DMissedCallTest.java62 final MockConnection connection = verifyConnectionForIncomingCall(); in testMissedCall_NotifyDialer()
DIncomingCallTest.java51 final Connection connection3 = verifyConnectionForIncomingCall(); in testAddNewIncomingCall_CorrectPhoneAccountHandle()
DConnectionServiceTest.java90 final Connection connection3 = verifyConnectionForIncomingCall(); in testGetAllConnections()
DBaseTelecomTestWithMockServices.java384 MockConnection verifyConnectionForIncomingCall() { in verifyConnectionForIncomingCall() method in BaseTelecomTestWithMockServices
386 return verifyConnectionForIncomingCall(0); in verifyConnectionForIncomingCall()
389 MockConnection verifyConnectionForIncomingCall(int connectionIndex) { in verifyConnectionForIncomingCall() method in BaseTelecomTestWithMockServices
DRemoteConnectionTest.java1178 mConnection = verifyConnectionForIncomingCall(); in addRemoteConnectionIncomingCall()