HomeSort by relevance Sort by last modified time
    Searched refs:answerVideo (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 57 void answerVideo(String callId, int videoState, in Session.Info sessionInfo);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 154 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any());
209 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any());
    [all...]
ConnectionServiceFixture.java 268 public void answerVideo(String callId, int videoState,
TelecomSystemTest.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 273 public void answerVideo(String callId, int videoState, Session.Info sessionInfo) {
737 answerVideo(callId, videoState);
    [all...]
RemoteConnection.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java     [all...]

Completed in 132 milliseconds