HomeSort by relevance Sort by last modified time
    Searched defs:VideoProfile (Results 1 - 3 of 3) 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...]
HandoverTest.java 29 import android.telecom.VideoProfile;
81 call.handoverTo(TestUtils.TEST_SELF_MANAGED_HANDLE_1, VideoProfile.STATE_BIDIRECTIONAL,
106 call.handoverTo(TestUtils.TEST_SELF_MANAGED_HANDLE_1, VideoProfile.STATE_BIDIRECTIONAL,
134 VideoProfile.STATE_BIDIRECTIONAL, null);
176 VideoProfile.STATE_BIDIRECTIONAL, TEST_HANDOVER_DEST_PHONE_ACCOUNT_HANDLE);

Completed in 588 milliseconds