Searched defs:getVideoState (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java118 public int getVideoState() { method in class:ConnectionRequest
H A DParcelableConference.java118 public int getVideoState() { method in class:ParcelableConference
H A DParcelableConnection.java140 public int getVideoState() { method in class:ParcelableConnection
H A DVideoProfile.java152 public int getVideoState() { method in class:VideoProfile
H A DParcelableCall.java229 public int getVideoState() { method in class:ParcelableCall
H A DConference.java254 public int getVideoState() { method in class:Conference
657 getVideoState(),
H A DParcelableCallAnalytics.java77 public int getVideoState() { method in class:ParcelableCallAnalytics.VideoEvent
H A DCall.java565 public int getVideoState() { method in class:Call.Details
682 parcelableCall.getVideoState(),
1377 mVideoCallImpl.setVideoState(getDetails().getVideoState());
H A DRemoteConnection.java166 * See {@link #getVideoState()}.
640 mVideoState = connection.getVideoState();
821 public int getVideoState() { method in class:RemoteConnection
H A DConnection.java1512 public final int getVideoState() { method in class:Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java652 public int getVideoState() { method in class:Connection
H A DPhone.java2066 private static int getVideoState(Call call) { method in class:Phone
2070 videoState = conn.getVideoState();
2076 int videoState = getVideoState(call);

Completed in 147 milliseconds