Searched defs:onVideoStateChanged (Results 1 – 5 of 5) 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 | 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
|
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
|
/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
|