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.java119 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call), in testUpgradeToVideo()
141 assertRequestVideoProfileReceived(inCallService.getVideoCallCallback(call), in testReceiveSessionModifyRequest()
193 final MockVideoCallCallback callback = inCallService.getVideoCallCallback(call); in testReceiveSessionModifyResponse()
282 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testChangeCamera()
286 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testChangeCamera()
310 inCallService.getVideoCallCallback(call).getCameraCapabilities(); in testRequestCameraCapabilities()
314 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testRequestCameraCapabilities()
335 assertCallDataUsageReceived(inCallService.getVideoCallCallback(call), in testRequestDataUsage()
354 assertVideoQualityReceived(inCallService.getVideoCallCallback(call), in testReceiveVideoQuality()
364 assertVideoQualityReceived(inCallService.getVideoCallCallback(call), in testReceiveVideoQuality()
[all …]
DMockInCallService.java481 public MockVideoCallCallback getVideoCallCallback(Call call) { in getVideoCallCallback() method in MockInCallService