Home
last modified time | relevance | path

Searched refs:onVideoStateChanged (Results 1 – 8 of 8) 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
DCall.java122 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method
183 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() method in Call.ListenerBase
2530 l.onVideoStateChanged(this, previousVideoState, mVideoState); in setVideoState()
DCallsManager.java116 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() method
638 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager
640 listener.onVideoStateChanged(call, previousVideoState, newVideoState); in onVideoStateChanged()
DCallAudioManager.java333 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallAudioManager
DInCallController.java660 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java90 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java153 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
DTelephonyConnection.java283 public void onVideoStateChanged(int videoState) {