Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallSourceService.java40 void onVideoStateChanged(Call activeCall, int videoState); in onVideoStateChanged() method
DCallsManagerListenerBase.java90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManagerListenerBase
DCallAudioManager.java401 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
DCallsManager.java239 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
DCall.java194 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
DConnectionServiceWrapper.java2135 public void onVideoStateChanged(Call call, int videoState){ in onVideoStateChanged() method in ConnectionServiceWrapper
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java566 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener