Home
last modified time | relevance | path

Searched refs:answerVideo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl47 void answerVideo(String callId, int videoState); in answerVideo() method
/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java151 public void answerVideo(String callId, int videoState) {
290 answerVideo(callId, videoState);
666 private void answerVideo(String callId, int videoState) { in answerVideo() method in ConnectionService
DRemoteConnection.java837 mConnectionService.answerVideo(mConnectionId, videoState); in answer()