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

  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManagerListenerBase.java 73 public void onVideoStateChanged(Call call) {
Call.java 87 void onVideoStateChanged(Call call);
132 public void onVideoStateChanged(Call call) {}
    [all...]
CallsManager.java 74 void onVideoStateChanged(Call call);
284 public void onVideoStateChanged(Call call) {
286 listener.onVideoStateChanged(call);
    [all...]
InCallController.java 107 public void onVideoStateChanged(Call call) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 42 public void onVideoStateChanged(int videoState);
55 public void onVideoStateChanged(int videoState) {}
486 l.onVideoStateChanged(mVideoState);
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 75 public void onVideoStateChanged(Connection c, int videoState) {}
703 l.onVideoStateChanged(this, mVideoState);
    [all...]
RemoteConnection.java 145 public void onVideoStateChanged(RemoteConnection connection, int videoState) {}
822 c.onVideoStateChanged(this, videoState);
ConnectionService.java 424 public void onVideoStateChanged(Connection c, int videoState) {
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionManager.java 84 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 95 public void onVideoStateChanged(int videoState) {

Completed in 279 milliseconds