Searched defs:answerVideo (Results 1 - 1 of 1) sorted by path

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java154 public void answerVideo(String callId, int videoState) {
293 answerVideo(callId, videoState);
622 private void answerVideo(String callId, int videoState) { method in class:ConnectionService
623 Log.d(this, "answerVideo %s", callId);

Completed in 58 milliseconds