Searched refs:getVideoState (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java98 public int getVideoState() { method in class:ConnectionRequest
H A DParcelableConference.java109 public int getVideoState() { method in class:ParcelableConference
H A DVideoProfile.java133 public int getVideoState() { method in class:VideoProfile
H A DConference.java208 public int getVideoState() { method in class:Conference
591 getVideoState(),
H A DRemoteConnectionService.java87 connection.setVideoState(parcel.getVideoState());
382 request.getVideoState());
H A DConnectionService.java651 connection.getVideoState(),
940 conference.getVideoState(),
947 mAdapter.setVideoState(id, conference.getVideoState());
983 connection.getVideoState(),
H A DParcelableCall.java228 public int getVideoState() { method in class:ParcelableCall
H A DParcelableConnection.java122 public int getVideoState() { method in class:ParcelableConnection
H A DVideoCallImpl.java263 * video state (i.e. {@link Call.Details#getVideoState()}). It is, however, possible that the
273 VideoProfile originalProfile = new VideoProfile(mCall.getDetails().getVideoState(),
H A DCall.java471 public int getVideoState() { method in class:Call.Details
1008 parcelableCall.getVideoState(),
H A DRemoteConnection.java155 * See {@link #getVideoState()}.
616 mVideoState = connection.getVideoState();
774 public int getVideoState() { method in class:RemoteConnection
H A DConnection.java1136 public final int getVideoState() { method in class:Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java510 public int getVideoState() { method in class:Connection
H A DPhoneBase.java1728 private static int getVideoState(Call call) { method in class:PhoneBase
1732 videoState = conn.getVideoState();
1738 int videoState = getVideoState(call);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java781 int oldVideoState = getVideoState();

Completed in 139 milliseconds