Searched defs:onVideoStateChanged (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallSourceService.java | 40 void onVideoStateChanged(Call activeCall, int videoState); in onVideoStateChanged() method
|
D | CallsManagerListenerBase.java | 90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
|
D | CallAudioManager.java | 401 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
|
D | CallsManager.java | 239 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method 1364 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager
|
D | Call.java | 194 default void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}; in onVideoStateChanged() method 275 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() method in Call.ListenerBase
|
D | ConnectionServiceWrapper.java | 2135 public void onVideoStateChanged(Call call, int videoState){ in onVideoStateChanged() method in ConnectionServiceWrapper
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 566 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener
|