Searched defs:onVideoStateChanged (Results 1 - 5 of 5) sorted by relevance
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
H A D | ImsVideoCallProviderWrapper.java | 571 public void onVideoStateChanged(int newVideoState) { method in class:ImsVideoCallProviderWrapper 574 Log.i(this, "onVideoStateChanged: currentVideoState=%s, newVideoState=%s, " 580 Log.d(this, "onVideoStateChanged: currentVideoState=%s, newVideoState=%s",
|
/frameworks/base/telecomm/java/android/telecom/ |
H A D | Conference.java | 60 public void onVideoStateChanged(Conference c, int videoState) { } method in class:Conference.Listener 483 l.onVideoStateChanged(this, videoState);
|
H A D | RemoteConnection.java | 173 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} method in class:RemoteConnection.Callback 1340 callback.onVideoStateChanged(connection, videoState);
|
H A D | Connection.java | 812 public void onVideoStateChanged(Connection c, int videoState) {} method in class:Connection.Listener 2068 l.onVideoStateChanged(this, mVideoState);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Connection.java | 90 public void onVideoStateChanged(int videoState); method in interface:Connection.Listener 117 public void onVideoStateChanged(int videoState) {} method in class:Connection.ListenerBase 792 l.onVideoStateChanged(mVideoState);
|
Completed in 32 milliseconds