Searched refs:onVideoStateChanged (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManagerListenerBase.java | 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
|
D | Call.java | 135 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method 204 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() method in Call.ListenerBase 3358 l.onVideoStateChanged(this, previousVideoState, mVideoState); in setVideoState()
|
D | CallAudioManager.java | 330 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
|
D | CallsManager.java | 167 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method 942 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager 944 listener.onVideoStateChanged(call, previousVideoState, newVideoState); in onVideoStateChanged()
|
D | InCallController.java | 831 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 89 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 483 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener 511 public void onVideoStateChanged(int videoState) { 3178 listener.onVideoStateChanged(this, videoState); in notifyVideoStateChanged()
|
D | ImsConference.java | 230 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
|