Home
last modified time | relevance | path

Searched refs:getVideoCallCallback (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java118 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call), in testUpgradeToVideo()
140 assertRequestVideoProfileReceived(inCallService.getVideoCallCallback(call), in testReceiveSessionModifyRequest()
192 final MockVideoCallCallback callback = inCallService.getVideoCallCallback(call); in testReceiveSessionModifyResponse()
281 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testChangeCamera()
285 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testChangeCamera()
309 inCallService.getVideoCallCallback(call).getCameraCapabilities(); in testRequestCameraCapabilities()
313 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testRequestCameraCapabilities()
334 assertCallDataUsageReceived(inCallService.getVideoCallCallback(call), in testRequestDataUsage()
353 assertVideoQualityReceived(inCallService.getVideoCallCallback(call), in testReceiveVideoQuality()
363 assertVideoQualityReceived(inCallService.getVideoCallCallback(call), in testReceiveVideoQuality()
[all …]
DMockInCallService.java398 public MockVideoCallCallback getVideoCallCallback(Call call) { in getVideoCallCallback() method in MockInCallService