Home
last modified time | relevance | path

Searched refs:getLastCall (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java70 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone()
97 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes()
136 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones()
169 final Call call = inCallService.getLastCall(); in testHoldAndUnholdCall()
196 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAudioOnly()
217 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState()
240 final Call call = inCallService.getLastCall(); in testRejectIncomingCall()
261 final Call call = inCallService.getLastCall(); in testCanAddCall_CannotAddForExistingDialingCall()
278 final Call call = inCallService.getLastCall(); in testCanAddCall_CanAddForExistingActiveCall()
297 final Call call1 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls()
[all …]
DVideoCallTest.java67 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall()
89 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall()
107 final Call call = inCallService.getLastCall(); in testUpgradeToVideo()
131 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyRequest()
160 final Call call = inCallService.getLastCall(); in testSendSessionModifyResponse()
189 final Call call = inCallService.getLastCall(); in testVideoCallDelayProvider()
221 final Call call = inCallService.getLastCall(); in testChangeCamera()
246 final Call call = inCallService.getLastCall(); in testRequestCameraCapabilities()
274 final Call call = inCallService.getLastCall(); in testRequestDataUsage()
295 final Call call = inCallService.getLastCall(); in testReceiveVideoQuality()
[all …]
DWiredHeadsetTest.java46 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallShortPress_acceptsCall()
63 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallLongPress_rejectsCall()
102 final Call call = mInCallCallbacks.getService().getLastCall(); in testInCallLongPress_hangupCall()
DConnectionServiceTest.java57 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection()
76 assertCallState(mInCallCallbacks.getService().getLastCall(), Call.STATE_ACTIVE); in testGetAllConnections()
DConferenceTest.java154 final Call newCall = mInCallService.getLastCall(); in testConferenceSetters()
225 final Call newCall = mInCallService.getLastCall(); in testConferenceAddAndRemoveConnection()
301 mCall1 = mInCallService.getLastCall(); in addOutgoingCalls()
308 mCall2 = mInCallService.getLastCall(); in addOutgoingCalls()
DRemoteConnectionTest.java62 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionOutgoingCall()
99 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallAccept()
120 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallReject()
141 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionDTMFTone()
458 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1180 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionCallbacksTest()
1193 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoCallbacksTest()
1221 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoTest()
DMockInCallService.java247 public Call getLastCall() { in getLastCall() method in MockInCallService
265 final Call call = getLastCall(); in disconnectLastCall()
DCallDetailsTest.java103 mCall = mInCallService.getLastCall(); in setUp()
DRemoteConferenceTest.java536 mCall1 = mInCallCallbacks.getService().getLastCall(); in addRemoteConnectionOutgoingCalls()
545 mCall2 = mInCallCallbacks.getService().getLastCall(); in addRemoteConnectionOutgoingCalls()