/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallsManagerListenerBase.java | 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
|
H A D | CallDiagnosticServiceController.java | 133 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
|
H A D | CallAudioManager.java | 338 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
|
H A D | Call.java | 146 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 D | CallsManager.java | 173 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 D | InCallController.java | 867 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Connection.java | 102 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 D | Conference.java | 66 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged() method in Conference.Listener 526 l.onVideoStateChanged(this, videoState); in setVideoState()
|
H A D | RemoteConnection.java | 178 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged() method in RemoteConnection.Callback 1463 callback.onVideoStateChanged(connection, videoState); in setVideoState()
|
H A D | Connection.java | 1232 public void onVideoStateChanged(Connection c, int videoState) {} in onVideoStateChanged() method in Connection.Listener 2520 l.onVideoStateChanged(this, mVideoState); in setVideoState()
|
H A D | ConnectionService.java | 1606 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 D | TestConnectionManager.java | 89 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
H A D | ImsVideoCallProviderWrapper.java | 583 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged() method in ImsVideoCallProviderWrapper
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnection.java | 541 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 D | ImsConference.java | 232 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneConnection.java | 1149 mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState); in updateVideoState()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 54932 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 D | current.txt | 40363 method public void onVideoStateChanged(android.telecom.RemoteConnection, int);
|