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

  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManagerListenerBase.java 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
CallAudioManager.java 345 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...]
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/base/telecomm/java/android/telecom/
Conference.java 60 public void onVideoStateChanged(Conference c, int videoState) { }
483 l.onVideoStateChanged(this, videoState);
Connection.java     [all...]
RemoteConnection.java 173 public void onVideoStateChanged(RemoteConnection connection, int videoState) {}
    [all...]
  /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",
  /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...]
  /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 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 119 milliseconds