Searched refs:onVideoStateChanged (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 99 public void onVideoStateChanged(int videoState); in onVideoStateChanged() method 128 public void onVideoStateChanged(int videoState) {} in onVideoStateChanged() method in Connection.ListenerBase 996 l.onVideoStateChanged(mVideoState); in setVideoState()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Conference.java | 67 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged() method in Conference.Listener 528 l.onVideoStateChanged(this, videoState); in setVideoState()
|
D | RemoteConnection.java | 173 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged() method in RemoteConnection.Callback 1340 callback.onVideoStateChanged(connection, videoState); in setVideoState()
|
D | Connection.java | 1082 public void onVideoStateChanged(Connection c, int videoState) {} in onVideoStateChanged() method in Connection.Listener 2374 l.onVideoStateChanged(this, mVideoState); in setVideoState()
|
D | ConnectionService.java | 1510 public void onVideoStateChanged(Conference c, int videoState) { 1635 public void onVideoStateChanged(Connection c, int videoState) {
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 582 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged() method in ImsVideoCallProviderWrapper
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1083 mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState); in updateVideoState()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65632 Landroid/telecom/Conference$Listener;->onVideoStateChanged(Landroid/telecom/Conference;I)V 65714 Landroid/telecom/Connection$Listener;->onVideoStateChanged(Landroid/telecom/Connection;I)V
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 44210 method public void onVideoStateChanged(android.telecom.RemoteConnection, int);
|
/frameworks/base/api/ |
D | current.txt | 44354 method public void onVideoStateChanged(android.telecom.RemoteConnection, int);
|