HomeSort by relevance Sort by last modified time
    Searched refs:onVideoStateChanged (Results 1 - 13 of 13) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManagerListenerBase.java 76 public void onVideoStateChanged(Call call) {
Call.java 91 void onVideoStateChanged(Call call);
141 public void onVideoStateChanged(Call call) {}
    [all...]
CallsManager.java 81 void onVideoStateChanged(Call call);
353 public void onVideoStateChanged(Call call) {
355 listener.onVideoStateChanged(call);
    [all...]
InCallController.java 118 public void onVideoStateChanged(Call call) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 45 public void onVideoStateChanged(int videoState);
63 public void onVideoStateChanged(int videoState) {}
579 l.onVideoStateChanged(mVideoState);
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 54 public void onVideoStateChanged(Conference c, int videoState) { }
415 l.onVideoStateChanged(this, videoState);
RemoteConnection.java 160 public void onVideoStateChanged(RemoteConnection connection, int videoState) {}
    [all...]
Connection.java 401 public void onVideoStateChanged(Connection c, int videoState) {}
    [all...]
ConnectionService.java 417 public void onVideoStateChanged(Conference c, int videoState) {
419 Log.d(this, "onVideoStateChanged set video state %d", videoState);
479 public void onVideoStateChanged(Connection c, int videoState) {
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 84 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 157 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
158 Log.d(this, "onVideoStateChanged video state %d", videoState);
TelephonyConnection.java 148 public void onVideoStateChanged(int videoState) {
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 423 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
424 super.onVideoStateChanged(connection, videoState);
    [all...]

Completed in 4903 milliseconds