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

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

Completed in 38 milliseconds