HomeSort by relevance Sort by last modified time
    Searched refs:onVideoStateChanged (Results 1 - 17 of 17) 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 106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState);
163 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}
    [all...]
CallsManager.java 106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState);
499 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
501 listener.onVideoStateChanged(call, previousVideoState, newVideoState);
    [all...]
CallAudioManager.java 327 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
InCallController.java 549 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 89 public void onVideoStateChanged(int videoState);
111 public void onVideoStateChanged(int videoState) {}
740 l.onVideoStateChanged(mVideoState);
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 59 public void onVideoStateChanged(Conference c, int videoState) { }
481 l.onVideoStateChanged(this, videoState);
RemoteConnection.java 171 public void onVideoStateChanged(RemoteConnection connection, int videoState) {}
    [all...]
Connection.java 692 public void onVideoStateChanged(Connection c, int videoState) {}
    [all...]
ConnectionService.java 508 public void onVideoStateChanged(Conference c, int videoState) {
510 Log.d(this, "onVideoStateChanged set video state %d", videoState);
585 public void onVideoStateChanged(Connection c, int videoState) {
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 90 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 161 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
162 Log.d(this, "onVideoStateChanged video state %d", videoState);
    [all...]
TelephonyConnection.java 283 public void onVideoStateChanged(int videoState) {
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 452 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
453 super.onVideoStateChanged(connection, videoState);
    [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 

Completed in 1011 milliseconds