Searched defs:getVideoState (Results 1 - 11 of 11) 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
654 getVideoState(),
H A DCall.java559 public int getVideoState() { method in class:Call.Details
676 parcelableCall.getVideoState(),
1322 mVideoCallImpl.setVideoState(getDetails().getVideoState());
H A DRemoteConnection.java167 * See {@link #getVideoState()}.
642 mVideoState = connection.getVideoState();
811 public int getVideoState() { method in class:RemoteConnection
H A DConnection.java1314 public final int getVideoState() { method in class:Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java627 public int getVideoState() { method in class:Connection
H A DPhone.java2052 private static int getVideoState(Call call) { method in class:Phone
2056 videoState = conn.getVideoState();
2062 int videoState = getVideoState(call);

Completed in 845 milliseconds