HomeSort by relevance Sort by last modified time
    Searched full:videostate (Results 76 - 90 of 90) sorted by null

1 2 34

  /packages/services/Telecomm/src/com/android/server/telecom/
Analytics.java 178 public void addVideoEvent(int eventId, int videoState) {
322 public void addVideoEvent(int eventId, int videoState) {
335 .setVideoState(videoState));
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 265 * the {@link android.telecom.VideoProfile#STATE_PAUSED} VideoState.
300 * Should be set when the VideoState has the {@link VideoProfile#STATE_TX_ENABLED} or
302 * downgraded from a video call back to a VideoState of
717 public void onVideoStateChanged(Connection c, int videoState) {}
    [all...]
TelecomManager.java     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 452 public void onVideoStateChanged(RemoteConnection connection, int videoState) {
453 super.onVideoStateChanged(connection, videoState);
454 callbackInvoker.invoke(connection, videoState);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 164 public void onVideoStateChanged(android.telecom.Connection c, int videoState) {
165 Log.d(this, "onVideoStateChanged video state %d", videoState);
166 setVideoState(c, videoState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 710 public void acceptCall(int videoState) throws CallStateException {
713 imsPhone.acceptCall(videoState);
    [all...]
Phone.java     [all...]
CallManager.java     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoPauseController.java 59 return String.format("CallContext {CallId=%s, State=%s, VideoState=%d}",
CallList.java 586 // First, ensure that the call videoState has video enabled (there is no need to set
CallCardPresenter.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 204 telecomManager.acceptRingingCall(999 /* invalid videostate */);
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java     [all...]

Completed in 749 milliseconds

1 2 34