Searched refs:getVideoCallCallback (Results 1 – 2 of 2) sorted by relevance
118 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 …]
398 public MockVideoCallCallback getVideoCallCallback(Call call) { in getVideoCallCallback() method in MockInCallService