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());
319 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) {
321 .setVideoState(videoState);
572 .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.java1610 mAdapter.setVideoState(id, videoState);
1735 mAdapter.setVideoState(id, videoState);
2010 mAdapter.setVideoState(callId, conference.getVideoState()); in createConference()
2718 mAdapter.setVideoState(id, conference.getVideoState()); in addConference()
DRemoteConnection.java1455 void setVideoState(final int videoState) { in setVideoState() method in RemoteConnection
DConnection.java2551 public final void setVideoState(int videoState) { in setVideoState() method in Connection
DCall.java2493 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java321 connection.setVideoState(videoState); in createExternalConnection()
373 connection.setVideoState(newVideoState); in updateExistingConnection()
DImsPhoneConnection.java1158 setVideoState(newVideoState); in updateVideoState()
1514 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()
DImsPhoneCallTracker.java1465 pendingConnection.setVideoState(videoState); in startConference()
1488 .setVideoState(videoState) in dial()
1548 mPendingMO.setVideoState(videoState); in dial()
1811 conn.setVideoState(videoState); in dialInternal()
DImsPhone.java186 .setVideoState(dialArgs.videoState) in from()
198 .setVideoState(dialArgs.videoState) in from()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java93 .setVideoState(dialArgs.videoState) in from()
113 public T setVideoState(int videoState) { in setVideoState() method in PhoneInternalInterface.DialArgs.Builder
DCallManager.java812 .setVideoState(videoState).build()); in dial()
837 .setVideoState(videoState).build()); in dial()
DConnection.java1051 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.java1360 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInService()
1374 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInOutOfService()
1392 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInAirplaneMode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java431 new ImsPhone.ImsDialArgs.Builder().setVideoState(videoState).build()); in testDial()
/frameworks/base/core/api/
Dtest-current.txt2548 method @NonNull public android.telecom.ConnectionRequest.Builder setVideoState(int);
Dcurrent.txt40206 method public final void setVideoState(android.telecom.Connection, int);
40299 method public final void setVideoState(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51855 Landroid/telecom/ConnectionRequest$Builder;->setVideoState(I)Landroid/telecom/ConnectionRequest$Bui…
52054 Landroid/telecom/ConnectionServiceAdapter;->setVideoState(Ljava/lang/String;I)V
52564 Landroid/telecom/RemoteConnection;->setVideoState(I)V
52695 Landroid/telecom/VideoCallImpl;->setVideoState(I)V
83374 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->setVideoState(Ljava/lang/Strin…
83447 Lcom/android/internal/telecom/IConnectionServiceAdapter;->setVideoState(Ljava/lang/String;ILandroid…