Searched refs:getVideoCallCallback (Results 1 – 2 of 2) sorted by relevance
115 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call), in testUpgradeToVideo()137 assertRequestVideoProfileReceived(inCallService.getVideoCallCallback(call), in testReceiveSessionModifyRequest()226 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testChangeCamera()230 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testChangeCamera()254 inCallService.getVideoCallCallback(call).getCameraCapabilities(); in testRequestCameraCapabilities()258 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call), in testRequestCameraCapabilities()279 assertCallDataUsageReceived(inCallService.getVideoCallCallback(call), in testRequestDataUsage()298 assertVideoQualityReceived(inCallService.getVideoCallCallback(call), in testReceiveVideoQuality()308 assertVideoQualityReceived(inCallService.getVideoCallCallback(call), in testReceiveVideoQuality()334 assertCallSessionEventReceived(inCallService.getVideoCallCallback(call), in testReceiveCallSessionEvent()[all …]
320 public MockVideoCallCallback getVideoCallCallback(Call call) { in getVideoCallCallback() method in MockInCallService