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

1 2 3

  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 158 videoProfile.getVideoState()) && !mIsVideoEnabled) {
163 videoProfile.getVideoState());
304 if (isResumeRequest(fromProfile.getVideoState(), toProfile.getVideoState()) &&
309 VideoProfile.videoStateToString(fromProfile.getVideoState()),
310 VideoProfile.videoStateToString(toProfile.getVideoState()));
317 int fromVideoState = fromProfile.getVideoState();
318 int toVideoState = toProfile.getVideoState();
320 VideoProfile.videoStateToString(fromProfile.getVideoState()),
321 VideoProfile.videoStateToString(toProfile.getVideoState()));
    [all...]
  /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());
  /packages/apps/Dialer/java/com/android/incallui/videotech/ims/
ImsVideoTech.java 52 // call.getDetails().getVideoState() reflecting the change. During that time, pause() and
73 if (VideoProfile.isVideo(call.getDetails().getVideoState())) {
97 return VideoProfile.isVideo(call.getDetails().getVideoState());
150 int newVideoState = call.getDetails().getVideoState();
180 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState());
210 .sendSessionModifyResponse(new VideoProfile(call.getDetails().getVideoState()));
216 return VideoProfile.isTransmissionEnabled(call.getDetails().getVideoState());
225 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState());
237 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState());
265 int pausedVideoState = call.getDetails().getVideoState() | VideoProfile.STATE_PAUSED
    [all...]
ImsVideoCallCallback.java 62 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState());
63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState());
157 if (VideoProfile.isVideo(call.getDetails().getVideoState())) {
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 157 VideoProfile.videoStateToString(videoProfile.getVideoState()));
161 videoProfile.getVideoState());
164 VideoProfile.isVideo(videoProfile.getVideoState())) {
208 (responseProfile != null ? responseProfile.getVideoState() : "null");
216 responseProfile.getVideoState());
436 VideoProfile.videoStateToString(toProfile.getVideoState()));
439 toProfile.getVideoState());
458 VideoProfile.videoStateToString(responseProfile.getVideoState()));
461 responseProfile.getVideoState());
TelecomBroadcastIntentProcessor.java 123 mCallsManager.answerCall(incomingCall, incomingCall.getVideoState());
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 42 connection.setVideoState(request.getVideoState());
51 connection.setVideoState(request.getVideoState());
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorVideoProvider.java 103 Integer.toString(fromProfile.getVideoState()),
104 Integer.toString(toProfile.getVideoState())));
  /external/autotest/client/site_tests/video_YouTubePage/files/
video_YouTubePageCommon.js 56 function getVideoState() {
110 window.__getVideoState = getVideoState;
  /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())
ImsPhoneConnection.java 866 int oldVideoState = 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());
MockConnectionService.java 80 connection.setVideoState(request.getVideoState());
106 ((Connection) connection).setVideoState(request.getVideoState());
MockVideoProvider.java 98 mMockConnection.setVideoState(toProfile.getVideoState());
CtsSelfManagedConnectionService.java 176 connection.setVideoState(request.getVideoState());
VideoCallTest.java 621 return call.getDetails().getVideoState();
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnectionService.java 87 connection.setVideoState(request.getVideoState());
126 connection.setVideoState(request.getVideoState());
TestCallList.java 61 "onSessionModifyRequestReceived: videoState = " + videoProfile.getVideoState()
70 + responseProfile.getVideoState()
TestVideoProvider.java 157 requestProfile.getVideoState(), requestProfile.getQuality());
158 mConnection.setVideoState(requestProfile.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...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
IncomingCallNotifierTest.java 72 when(mAudioCall.getVideoState()).thenReturn(VideoProfile.STATE_AUDIO_ONLY);
74 when(mVideoCall.getVideoState()).thenReturn(VideoProfile.STATE_BIDIRECTIONAL);
79 when(mRingingCall.getVideoState()).thenReturn(VideoProfile.STATE_AUDIO_ONLY);
  /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/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 131 connection.setVideoState(request.getVideoState());
  /frameworks/base/telecomm/java/android/telecom/
ParcelableConference.java 125 public int getVideoState() {

Completed in 1093 milliseconds

1 2 3