HomeSort by relevance Sort by last modified time
    Searched defs:toProfile (Results 1 - 11 of 11) 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...]
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnection.java 178 VideoProfile toProfile = new VideoProfile(Integer.parseInt(event.data2));
179 setVideoState(toProfile.getVideoState());
182 Connection.VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS, fromProfile, toProfile);
  /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/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 137 milliseconds