Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java93 connection.setVideoState(parcel.getVideoState());
322 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) {
324 .setVideoState(videoState);
598 .setVideoState(request.getVideoState()) in createRemoteConnection()
654 .setVideoState(request.getVideoState()) in createRemoteConference()
DConnectionServiceAdapter.java433 void setVideoState(String callId, int videoState) { in setVideoState() method in ConnectionServiceAdapter
437 adapter.setVideoState(callId, videoState, Log.getExternalSession()); in setVideoState()
DVideoCallImpl.java364 public void setVideoState(int videoState) { in setVideoState() method in VideoCallImpl
DParcelableCall.java181 public ParcelableCallBuilder setVideoState(int videoState) { in setVideoState() method in ParcelableCall.ParcelableCallBuilder
700 .setVideoState(videoState)
DConnectionRequest.java100 public @NonNull Builder setVideoState(int videoState) { in setVideoState() method in ConnectionRequest.Builder
DConnectionServiceAdapterServant.java215 mDelegate.setVideoState((String) msg.obj, msg.arg1, null /*Session.Info*/);
538 public void setVideoState(String connectionId, int videoState,
DConference.java562 public final void setVideoState(Connection c, int videoState) { in setVideoState() method in Conference
DConnectionService.java1930 mAdapter.setVideoState(id, videoState);
2055 mAdapter.setVideoState(id, videoState);
2349 mAdapter.setVideoState(callId, conference.getVideoState()); in createConference()
3087 mAdapter.setVideoState(id, conference.getVideoState()); in addConference()
DRemoteConnection.java1453 void setVideoState(final int videoState) { in setVideoState() method in RemoteConnection
DCall.java2487 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
DConnection.java2604 public final void setVideoState(int videoState) { in setVideoState() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java321 connection.setVideoState(videoState); in createExternalConnection()
373 connection.setVideoState(newVideoState); in updateExistingConnection()
DImsPhoneConnection.java1180 setVideoState(newVideoState); in updateVideoState()
1642 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()
DImsPhone.java204 .setVideoState(dialArgs.videoState) in from()
216 .setVideoState(dialArgs.videoState) in from()
DImsPhoneCallTracker.java1688 pendingConnection.setVideoState(videoState); in startConference()
1711 .setVideoState(videoState) in dial()
1771 mPendingMO.setVideoState(videoState); in dial()
2093 conn.setVideoState(videoState); in dialInternal()
/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.java812 .setVideoState(videoState).build()); in dial()
837 .setVideoState(videoState).build()); in dial()
DConnection.java1151 public void setVideoState(int videoState) { in setVideoState() method in Connection
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl94 void setVideoState(String callId, int videoState, in Session.Info sessionInfo); in setVideoState() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1434 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInService()
1448 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInOutOfService()
1466 .Builder().setVideoState(VideoProfile.STATE_AUDIO_ONLY).build(); in testSendUssdInAirplaneMode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java461 new ImsPhone.ImsDialArgs.Builder().setVideoState(videoState).build()); in testDial()
/frameworks/base/core/api/
Dtest-current.txt3288 method @NonNull public android.telecom.ConnectionRequest.Builder setVideoState(int);
Dcurrent.txt42638 method public final void setVideoState(android.telecom.Connection, int);
42737 method public final void setVideoState(int);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51212 Landroid/telecom/ConnectionRequest$Builder;->setVideoState(I)Landroid/telecom/ConnectionRequest$Bui…
51411 Landroid/telecom/ConnectionServiceAdapter;->setVideoState(Ljava/lang/String;I)V
51921 Landroid/telecom/RemoteConnection;->setVideoState(I)V
52052 Landroid/telecom/VideoCallImpl;->setVideoState(I)V
82731 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->setVideoState(Ljava/lang/Strin…
82804 Lcom/android/internal/telecom/IConnectionServiceAdapter;->setVideoState(Ljava/lang/String;ILandroid…