Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManagerListenerBase.java72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
H A DCallDiagnosticServiceController.java133 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
H A DCallAudioManager.java338 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
H A DCall.java146 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method
219 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() method in Call.ListenerBase
3642 l.onVideoStateChanged(this, previousVideoState, mVideoState); in setVideoState()
H A DCallsManager.java173 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method
1015 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager
1017 listener.onVideoStateChanged(call, previousVideoState, newVideoState); in onVideoStateChanged()
H A DInCallController.java867 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java102 public void onVideoStateChanged(int videoState); in onVideoStateChanged() method
144 public void onVideoStateChanged(int videoState) {} in onVideoStateChanged() method in Connection.ListenerBase
1049 l.onVideoStateChanged(mVideoState); in setVideoState()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConference.java66 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged() method in Conference.Listener
526 l.onVideoStateChanged(this, videoState); in setVideoState()
H A DRemoteConnection.java178 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged() method in RemoteConnection.Callback
1463 callback.onVideoStateChanged(connection, videoState); in setVideoState()
H A DConnection.java1232 public void onVideoStateChanged(Connection c, int videoState) {} in onVideoStateChanged() method in Connection.Listener
2520 l.onVideoStateChanged(this, mVideoState); in setVideoState()
H A DConnectionService.java1606 public void onVideoStateChanged(Conference c, int videoState) {
1731 public void onVideoStateChanged(Connection c, int videoState) {
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionManager.java89 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java583 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged() method in ImsVideoCallProviderWrapper
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java541 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener
582 public void onVideoStateChanged(int videoState) {
3671 listener.onVideoStateChanged(this, videoState); in notifyVideoStateChanged()
H A DImsConference.java232 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java1149 mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState); in updateVideoState()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54932 Landroid/telecom/Conference$Listener;->onVideoStateChanged(Landroid/telecom/Conference;I)V
55014 Landroid/telecom/Connection$Listener;->onVideoStateChanged(Landroid/telecom/Connection;I)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt40363 method public void onVideoStateChanged(android.telecom.RemoteConnection, int);