Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl73 void answerVideo(String callId, int videoState, in Session.Info sessionInfo); in answerVideo() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java294 public void answerVideo(String callId, int videoState, in answerVideo() method in ConnectionServiceFixture.FakeConnectionService
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java2218 private void answerVideo(String callId, int videoState) { in answerVideo() method in ConnectionService