HomeSort by relevance Sort by last modified time
    Searched refs:getVideoCallCallback (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 117 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call),
139 assertRequestVideoProfileReceived(inCallService.getVideoCallCallback(call),
191 final MockVideoCallCallback callback = inCallService.getVideoCallCallback(call);
280 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call),
284 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call),
308 inCallService.getVideoCallCallback(call).getCameraCapabilities();
312 assertCameraCapabilitiesReceived(inCallService.getVideoCallCallback(call),
333 assertCallDataUsageReceived(inCallService.getVideoCallCallback(call),
352 assertVideoQualityReceived(inCallService.getVideoCallCallback(call),
362 assertVideoQualityReceived(inCallService.getVideoCallCallback(call)
    [all...]
MockInCallService.java 399 public MockVideoCallCallback getVideoCallCallback(Call call) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 531 public VideoCallCallback getVideoCallCallback() {
689 return cc.getVideoCallCallback();
    [all...]

Completed in 515 milliseconds