Home
last modified time | relevance | path

Searched defs:onVideoStateChanged (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
DCallAudioManager.java330 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
DCallsManager.java167 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method
952 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager
DCall.java135 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/
DTelephonyConnection.java477 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener