HomeSort by relevance Sort by last modified time
    Searched defs:toProfile (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsVideoProviderWrapperTest.java 120 VideoProfile toProfile = new VideoProfile(VideoProfile.STATE_RX_ENABLED);
123 toProfile, VideoPauseTracker.SOURCE_INCALL);
124 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState());
137 VideoProfile toProfile = new VideoProfile(VideoProfile.STATE_BIDIRECTIONAL);
140 toProfile, VideoPauseTracker.SOURCE_INCALL);
141 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState());
151 VideoProfile toProfile = new VideoProfile(
155 toProfile, VideoPauseTracker.SOURCE_INCALL);
156 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState());
167 VideoProfile toProfile = new VideoProfile(VideoProfile.STATE_BIDIRECTIONAL)
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoProvider.java 92 * @param toProfile The video properties with the requested changes made.
95 public void onSendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) {
97 toProfile, toProfile);
98 mMockConnection.setVideoState(toProfile.getVideoState());
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 297 public void onSendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) {
298 if (fromProfile == null || toProfile == null) {
304 if (isResumeRequest(fromProfile.getVideoState(), toProfile.getVideoState()) &&
310 VideoProfile.videoStateToString(toProfile.getVideoState()));
314 toProfile = maybeFilterPauseResume(fromProfile, toProfile,
318 int toVideoState = toProfile.getVideoState();
321 VideoProfile.videoStateToString(toProfile.getVideoState()));
322 mVideoCallProvider.sendSessionModifyRequest(fromProfile, toProfile);
424 * @param toProfile The request's to {@link VideoProfile}
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 517 milliseconds