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

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 47 void answerVideo(String callId, int videoState);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 151 public void answerVideo(String callId, int videoState) {
290 answerVideo(callId, videoState);
666 private void answerVideo(String callId, int videoState) {
667 Log.d(this, "answerVideo %s", callId);
    [all...]
RemoteConnection.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 101 public void answerVideo(String callId, int videoState) throws RemoteException { }
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java     [all...]

Completed in 201 milliseconds