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.java90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
DCallAudioManager.java380 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
DCallsManager.java208 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
DCall.java149 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/
DTelephonyConnection.java565 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener