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

1 2

  /packages/apps/InCallUI/src/com/android/incallui/
InCallVideoCallListener.java 50 int previousVideoState = mCall.getVideoState();
51 int newVideoState = videoProfile.getVideoState();
84 requestedProfile.getVideoState() == responseProfile.getVideoState();
86 VideoProfile.VideoState.isBidirectional(responseProfile.getVideoState());
Call.java 364 public int getVideoState() {
365 return mTelecommCall.getDetails().getVideoState();
370 VideoProfile.VideoState.isBidirectional(getVideoState());
405 mTelecommCall.getDetails().getVideoState());
CallButtonPresenter.java 294 mCall.getVideoState() | VideoProfile.VideoState.PAUSED);
301 mCall.getVideoState() & ~VideoProfile.VideoState.PAUSED);
CallCardPresenter.java 289 mPrimary.getVideoState(),
  /frameworks/base/telecomm/java/android/telecom/
VideoProfile.java 80 public int getVideoState() {
ConnectionRequest.java 103 public int getVideoState() {
ParcelableConnection.java 115 public int getVideoState() {
RemoteConnectionService.java 80 connection.setVideoState(parcel.getVideoState());
338 request.getVideoState());
Call.java 196 public int getVideoState() {
662 parcelableCall.getVideoState(),
ParcelableCall.java 222 public int getVideoState() {
Connection.java 534 public final int getVideoState() {
    [all...]
RemoteConnection.java 139 * See {@link #getVideoState()}.
524 public int getVideoState() {
ConnectionService.java 571 connection.getVideoState(),
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 176 connection.setVideoState(request.getVideoState());
316 originalConnection = phone.dial(number, request.getVideoState());
TelephonyConnection.java 384 setVideoState(mOriginalConnection.getVideoState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 437 public int getVideoState() {