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

  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManagerListenerBase.java 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
Call.java 128 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState);
191 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}
    [all...]
CallAudioManager.java 345 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
InCallController.java 660 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
    [all...]
CallsManager.java 125 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState);
706 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
708 listener.onVideoStateChanged(call, previousVideoState, newVideoState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 90 public void onVideoStateChanged(int videoState);
117 public void onVideoStateChanged(int videoState) {}
792 l.onVideoStateChanged(mVideoState);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 60 public void onVideoStateChanged(Conference c, int videoState) { }
483 l.onVideoStateChanged(this, videoState);
RemoteConnection.java 173 public void onVideoStateChanged(RemoteConnection connection, int videoState) {}
    [all...]
Connection.java     [all...]
ConnectionService.java     [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 90 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 571 public void onVideoStateChanged(int newVideoState) {
574 Log.i(this, "onVideoStateChanged: currentVideoState=%s, newVideoState=%s, "
580 Log.d(this, "onVideoStateChanged: currentVideoState=%s, newVideoState=%s",
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 153 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
154 Log.d(this, "onVideoStateChanged video state %d", videoState);
    [all...]
TelephonyConnection.java 397 public void onVideoStateChanged(int videoState) {
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 451 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
452 super.onVideoStateChanged(connection, videoState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 214 milliseconds