HomeSort by relevance Sort by last modified time
    Searched refs:setVideoState (Results 1 - 25 of 49) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 42 connection.setVideoState(request.getVideoState());
51 connection.setVideoState(request.getVideoState());
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnectionService.java 80 connection.setVideoState(request.getVideoState());
106 ((Connection) connection).setVideoState(request.getVideoState());
MockVideoProvider.java 98 mMockConnection.setVideoState(toProfile.getVideoState());
CtsSelfManagedConnectionService.java 176 connection.setVideoState(request.getVideoState());
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorVideoCall.java 135 connection.setVideoState(initialVideoState);
144 connection.setVideoState(Integer.parseInt(event.data1));
SimulatorConnection.java 179 setVideoState(toProfile.getVideoState());
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnectionService.java 87 connection.setVideoState(request.getVideoState());
126 connection.setVideoState(request.getVideoState());
TestConnectionService.java 228 setVideoState(videoState);
400 connection.setVideoState(originalRequest.getVideoState());
433 connection.setVideoState(videoState);
459 connection.setVideoState(videoState);
TestConnectionManager.java 94 setVideoState(videoState);
157 setVideoState(mRemote.getVideoState());
TestVideoProvider.java 158 mConnection.setVideoState(requestProfile.getVideoState());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnection.java 106 setVideoState(videoState);
CtsConnectionService.java 149 connection.setVideoState(request.getVideoState());
CtsSelfManagedConnectionService.java 105 connection.setVideoState(request.getVideoState());
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 131 connection.setVideoState(request.getVideoState());
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java 90 connection.setVideoState(parcel.getVideoState());
312 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) {
313 findConnectionForAction(callId, "setVideoState")
314 .setVideoState(videoState);
518 .setVideoState(request.getVideoState())
ConnectionServiceAdapter.java 392 void setVideoState(String callId, int videoState) {
393 Log.v(this, "setVideoState: %d", videoState);
396 adapter.setVideoState(callId, videoState, Log.getExternalSession());
ConnectionRequest.java 79 public Builder setVideoState(int videoState) {
VideoCallImpl.java 350 public void setVideoState(int videoState) {
ConnectionServiceAdapterServant.java 192 mDelegate.setVideoState((String) msg.obj, msg.arg1, null /*Session.Info*/);
467 public void setVideoState(String connectionId, int videoState,
Conference.java 479 public final void setVideoState(Connection c, int videoState) {
480 Log.d(this, "setVideoState Conference: %s Connection: %s VideoState: %s",
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java 313 connection.setVideoState(videoState);
365 connection.setVideoState(newVideoState);
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 85 void setVideoState(String callId, int videoState, in Session.Info sessionInfo);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 81 public T setVideoState(int videoState) {
    [all...]
Connection.java 789 public void setVideoState(int videoState) {
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 263 .setVideoState(request.getVideoState())

Completed in 753 milliseconds

1 2