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

  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoProfileTest.java 19 import android.telecom.VideoProfile;
23 * Tests helper methods in the {@link VideoProfile} class.
27 assertTrue(VideoProfile.isAudioOnly(VideoProfile.STATE_AUDIO_ONLY));
28 assertTrue(VideoProfile.isAudioOnly(VideoProfile.STATE_PAUSED));
30 assertFalse(VideoProfile.isAudioOnly(VideoProfile.STATE_BIDIRECTIONAL));
31 assertFalse(VideoProfile.isAudioOnly(VideoProfile.STATE_TX_ENABLED))
    [all...]
VideoCallTest.java 25 import android.telecom.VideoProfile;
65 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL);
75 assertVideoState(call, VideoProfile.STATE_BIDIRECTIONAL);
87 placeAndVerifyCall(VideoProfile.STATE_TX_ENABLED);
93 assertVideoState(call, VideoProfile.STATE_TX_ENABLED);
105 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY);
110 assertVideoState(call, VideoProfile.STATE_AUDIO_ONLY);
115 videoCall.sendSessionModifyRequest(new VideoProfile(VideoProfile.STATE_BIDIRECTIONAL));
116 assertVideoState(call, VideoProfile.STATE_BIDIRECTIONAL)
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoProfileTest.java 19 import android.telecom.VideoProfile;
24 * Unit tests for the {@link android.telecom.VideoProfile} class.
29 assertEquals("Audio Only", VideoProfile.videoStateToString(VideoProfile.STATE_AUDIO_ONLY));
30 assertEquals("Audio Tx", VideoProfile.videoStateToString(VideoProfile.STATE_TX_ENABLED));
31 assertEquals("Audio Rx", VideoProfile.videoStateToString(VideoProfile.STATE_RX_ENABLED));
32 assertEquals("Audio Tx Rx", VideoProfile.videoStateToString(
33 VideoProfile.STATE_BIDIRECTIONAL))
    [all...]
VideoCallTests.java 25 import android.telecom.VideoProfile;
53 VideoProfile.STATE_BIDIRECTIONAL);
69 VideoProfile.STATE_RX_ENABLED);
83 VideoProfile.STATE_BIDIRECTIONAL);
98 VideoProfile.STATE_TX_ENABLED);
113 VideoProfile.STATE_AUDIO_ONLY);
127 VideoProfile.STATE_AUDIO_ONLY);
139 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA);
145 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory()));
155 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
VideoProfile.java 29 public class VideoProfile implements Parcelable {
80 * if (videoState == VideoProfile.STATE_AUDIO_ONLY) {
86 * Instead, use the {@link VideoProfile#isAudioOnly(int)} helper function to check if a
91 * if (VideoProfile.isAudioOnly(videoState)) {
124 * Creates an instance of the VideoProfile
128 public VideoProfile(@VideoState int videoState) {
133 * Creates an instance of the VideoProfile
138 public VideoProfile(@VideoState int videoState, @VideoQuality int quality) {
145 * Valid values: {@link VideoProfile#STATE_AUDIO_ONLY},
146 * {@link VideoProfile#STATE_BIDIRECTIONAL}
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 92 } VideoProfile;
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 575 milliseconds