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.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
3358 l.onVideoStateChanged(this, previousVideoState, mVideoState); in setVideoState()
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
942 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() method in CallsManager
944 listener.onVideoStateChanged(call, previousVideoState, newVideoState); in onVideoStateChanged()
DInCallController.java831 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java89 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java483 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {} in onVideoStateChanged() method in TelephonyConnection.TelephonyConnectionListener
511 public void onVideoStateChanged(int videoState) {
3178 listener.onVideoStateChanged(this, videoState); in notifyVideoStateChanged()
DImsConference.java230 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {