Home
last modified time | relevance | path

Searched refs:onVideoStateChanged (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConference.java66 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged() method in Conference.Listener
566 l.onVideoStateChanged(this, videoState); in setVideoState()
H A DRemoteConnection.java176 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged() method in RemoteConnection.Callback
1461 callback.onVideoStateChanged(connection, videoState); in setVideoState()
H A DConnection.java1266 public void onVideoStateChanged(Connection c, int videoState) {} in onVideoStateChanged() method in Connection.Listener
2625 l.onVideoStateChanged(this, mVideoState); in setVideoState()
H A DConnectionService.java1925 public void onVideoStateChanged(Conference c, int videoState) {
2050 public void onVideoStateChanged(Connection c, int videoState) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51609 Landroid/telecom/Conference$Listener;->onVideoStateChanged(Landroid/telecom/Conference;I)V
51691 Landroid/telecom/Connection$Listener;->onVideoStateChanged(Landroid/telecom/Connection;I)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt42912 method public void onVideoStateChanged(android.telecom.RemoteConnection, int);