/frameworks/base/telecomm/java/android/telecom/ |
D | CallEventCallback.java | 62 default void onVideoStateChanged(@CallAttributes.CallType int videoState) {} in onVideoStateChanged() method
|
D | Conference.java | 66 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged() method in Conference.Listener 566 l.onVideoStateChanged(this, videoState); in setVideoState()
|
D | RemoteConnection.java | 176 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged() method in RemoteConnection.Callback 1461 callback.onVideoStateChanged(connection, videoState); in setVideoState()
|
D | Connection.java | 1250 public void onVideoStateChanged(Connection c, int videoState) {} in onVideoStateChanged() method in Connection.Listener 2609 l.onVideoStateChanged(this, mVideoState); in setVideoState()
|
D | ConnectionService.java | 1927 public void onVideoStateChanged(Conference c, int videoState) { 2052 public void onVideoStateChanged(Connection c, int videoState) {
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ICallEventCallback.aidl | 49 void onVideoStateChanged(String callId, int videoState); in onVideoStateChanged() method
|
D | ClientTransactionalServiceWrapper.java | 268 public void onVideoStateChanged(String callId, int videoState) { 294 callback.onVideoStateChanged((int) arg);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 110 public void onVideoStateChanged(int videoState); in onVideoStateChanged() method 159 public void onVideoStateChanged(int videoState) {} in onVideoStateChanged() method in Connection.ListenerBase 1154 l.onVideoStateChanged(mVideoState); in setVideoState()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 583 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged() method in ImsVideoCallProviderWrapper
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1178 mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState); in updateVideoState()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 42518 …roid.server.telecom.flags.transactional_video_state") public default void onVideoStateChanged(int); 43217 method public void onVideoStateChanged(android.telecom.RemoteConnection, int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 50966 Landroid/telecom/Conference$Listener;->onVideoStateChanged(Landroid/telecom/Conference;I)V 51048 Landroid/telecom/Connection$Listener;->onVideoStateChanged(Landroid/telecom/Connection;I)V
|