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

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

Completed in 69 milliseconds