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 | 122 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method 183 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() method in Call.ListenerBase 2530 l.onVideoStateChanged(this, previousVideoState, mVideoState); in setVideoState()
|
D | CallsManager.java | 116 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method 638 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager 640 listener.onVideoStateChanged(call, previousVideoState, newVideoState); in onVideoStateChanged()
|
D | CallAudioManager.java | 333 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
|
D | InCallController.java | 660 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 90 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ImsConference.java | 153 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
|
D | TelephonyConnection.java | 283 public void onVideoStateChanged(int videoState) {
|