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

1 2

  /external/autotest/client/site_tests/video_YouTubePage/files/
video_YouTubePageCommon.js 56 function getVideoState() {
110 window.__getVideoState = getVideoState;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsVideoProviderWrapperTest.java 124 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState());
141 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState());
156 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState());
171 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState());
  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 254 public int getVideoState() {
ParcelableConference.java 125 public int getVideoState() {
ParcelableConnection.java 182 public int getVideoState() {
VideoProfile.java 153 public int getVideoState() {
ParcelableCall.java 261 public int getVideoState() {
ParcelableCallAnalytics.java 77 public int getVideoState() {
Conference.java 256 public int getVideoState() {
698 getVideoState(),
RemoteConnection.java 168 * See {@link #getVideoState()}.
685 mVideoState = connection.getVideoState();
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 144 assertEquals(VideoProfile.STATE_AUDIO_ONLY, request.getVideoState());
158 assertEquals(VideoProfile.STATE_AUDIO_ONLY, parcelRequest.getVideoState());
287 assertEquals(VideoProfile.STATE_BIDIRECTIONAL, videoProfile.getVideoState());
290 assertEquals("Audio Tx Rx", VideoProfile.videoStateToString(videoProfile.getVideoState()));
298 assertEquals(videoProfile.getVideoState(), unparcelled.getVideoState());
CtsSelfManagedConnectionService.java 176 connection.setVideoState(request.getVideoState());
MockConnectionService.java 80 connection.setVideoState(request.getVideoState());
106 ((Connection) connection).setVideoState(request.getVideoState());
MockVideoProvider.java 98 mMockConnection.setVideoState(toProfile.getVideoState());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 149 connection.setVideoState(request.getVideoState());
CtsSelfManagedConnectionService.java 105 connection.setVideoState(request.getVideoState());
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 42 connection.setVideoState(request.getVideoState());
51 connection.setVideoState(request.getVideoState());
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 131 connection.setVideoState(request.getVideoState());
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnection.java 179 setVideoState(toProfile.getVideoState());
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnectionService.java 87 connection.setVideoState(request.getVideoState());
126 connection.setVideoState(request.getVideoState());
TestConnectionManager.java 157 setVideoState(mRemote.getVideoState());
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 235 cameraDir = toCameraDirection(call.getVideoState());
248 cameraDir = toCameraDirection(call.getVideoState());
260 cameraDir = toCameraDirection(call.getVideoState());
428 primaryCall.getVideoState(),
562 final boolean hasVideoStateChanged = currentVideoState != call.getVideoState();
572 VideoProfile.videoStateToString(call.getVideoState()));
618 call.getVideoState(),
659 currentVideoState = call.getVideoState();
765 primaryCall.getVideoState(), primaryCall.getVideoTech().getSessionModificationState());
776 int newVideoState = call.getVideoState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java 90 mCallPuller.pullExternalCall(connection.getAddress(), connection.getVideoState(),
364 if (newVideoState != connection.getVideoState()) {
376 + VideoProfile.isVideo(connection.getVideoState())
395 isCallPullPermitted(isNetworkPullable, imsExternalConnection.getVideoState());
401 + VideoProfile.isVideo(imsExternalConnection.getVideoState())
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 392 public int getVideoState() {
394 return mConferenceHost.getVideoState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 695 public int getVideoState() {
    [all...]

Completed in 818 milliseconds

1 2