Home
last modified time | relevance | path

Searched defs:onVideoStateChanged (Results 1 – 4 of 4) 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.java327 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
DCallsManager.java106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method
499 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager
DCall.java106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method
163 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() method in Call.ListenerBase