Searched defs:onVideoStateChanged (Results 1 – 5 of 5) sorted by relevance
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | CallsManagerListenerBase.java | 90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
|
| D | CallAudioManager.java | 380 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
|
| D | CallsManager.java | 208 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method 1147 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager
|
| D | Call.java | 149 default void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}; in onVideoStateChanged() method 229 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() method in Call.ListenerBase
|
| /packages/services/Telephony/src/com/android/services/telephony/ |
| D | TelephonyConnection.java | 565 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener
|