Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl74 void answerVideo(String callId, int videoState, in Session.Info sessionInfo); in answerVideo() method
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java2556 private void answerVideo(String callId, int videoState) { in answerVideo() method in ConnectionService