Home
last modified time | relevance | path

Searched refs:setVideoState (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java90 connection.setVideoState(parcel.getVideoState());
323 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) {
325 .setVideoState(videoState);
560 .setVideoState(request.getVideoState()) in createRemoteConnection()
DConnectionServiceAdapter.java426 void setVideoState(String callId, int videoState) { in setVideoState() method in ConnectionServiceAdapter
430 adapter.setVideoState(callId, videoState, Log.getExternalSession()); in setVideoState()
DParcelableCall.java180 public ParcelableCallBuilder setVideoState(int videoState) { in setVideoState() method in ParcelableCall.ParcelableCallBuilder
680 .setVideoState(videoState)
DVideoCallImpl.java364 public void setVideoState(int videoState) { in setVideoState() method in VideoCallImpl
DConnectionRequest.java100 public @NonNull Builder setVideoState(int videoState) { in setVideoState() method in ConnectionRequest.Builder
DConnectionServiceAdapterServant.java213 mDelegate.setVideoState((String) msg.obj, msg.arg1, null /*Session.Info*/);
524 public void setVideoState(String connectionId, int videoState,
DConference.java522 public final void setVideoState(Connection c, int videoState) { in setVideoState() method in Conference
DConnectionService.java1609 mAdapter.setVideoState(id, videoState);
1734 mAdapter.setVideoState(id, videoState);
2009 mAdapter.setVideoState(callId, conference.getVideoState()); in createConference()
2717 mAdapter.setVideoState(id, conference.getVideoState()); in addConference()
DRemoteConnection.java1455 void setVideoState(final int videoState) { in setVideoState() method in RemoteConnection
DCall.java2475 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
DConnection.java2500 public final void setVideoState(int videoState) { in setVideoState() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java313 connection.setVideoState(videoState); in createExternalConnection()
365 connection.setVideoState(newVideoState); in updateExistingConnection()
DImsPhoneConnection.java1151 setVideoState(newVideoState); in updateVideoState()
1503 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()
DImsPhoneCallTracker.java1286 pendingConnection.setVideoState(videoState); in startConference()
1309 .setVideoState(videoState) in dial()
1369 mPendingMO.setVideoState(videoState); in dial()
1617 conn.setVideoState(videoState); in dialInternal()
DImsPhone.java180 .setVideoState(dialArgs.videoState) in from()
192 .setVideoState(dialArgs.videoState) in from()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java92 .setVideoState(dialArgs.videoState) in from()
112 public T setVideoState(int videoState) { in setVideoState() method in PhoneInternalInterface.DialArgs.Builder
DCallManager.java819 .setVideoState(videoState).build()); in dial()
844 .setVideoState(videoState).build()); in dial()
DConnection.java1046 public void setVideoState(int videoState) { in setVideoState() method in Connection
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl92 void setVideoState(String callId, int videoState, in Session.Info sessionInfo); in setVideoState() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1496 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInService()
1510 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInOutOfService()
1528 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInAirplaneMode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java430 new ImsPhone.ImsDialArgs.Builder().setVideoState(videoState).build()); in testDial()
/frameworks/base/core/api/
Dtest-current.txt2427 method @NonNull public android.telecom.ConnectionRequest.Builder setVideoState(int);
Dcurrent.txt39745 method public final void setVideoState(android.telecom.Connection, int);
39838 method public final void setVideoState(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55178 Landroid/telecom/ConnectionRequest$Builder;->setVideoState(I)Landroid/telecom/ConnectionRequest$Bui…
55377 Landroid/telecom/ConnectionServiceAdapter;->setVideoState(Ljava/lang/String;I)V
55887 Landroid/telecom/RemoteConnection;->setVideoState(I)V
56018 Landroid/telecom/VideoCallImpl;->setVideoState(I)V
86697 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->setVideoState(Ljava/lang/Strin…
86770 Lcom/android/internal/telecom/IConnectionServiceAdapter;->setVideoState(Ljava/lang/String;ILandroid…