HomeSort by relevance Sort by last modified time
    Searched refs:assertVideoState (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 75 assertVideoState(call, VideoProfile.STATE_BIDIRECTIONAL);
93 assertVideoState(call, VideoProfile.STATE_TX_ENABLED);
110 assertVideoState(call, VideoProfile.STATE_AUDIO_ONLY);
116 assertVideoState(call, VideoProfile.STATE_BIDIRECTIONAL);
135 assertVideoState(call, VideoProfile.STATE_AUDIO_ONLY);
164 assertVideoState(call, VideoProfile.STATE_AUDIO_ONLY);
245 assertVideoState(call, VideoProfile.STATE_BIDIRECTIONAL);
611 private void assertVideoState(final Call call, final int videoState) {
    [all...]
ConferenceTest.java 221 assertVideoState(conf, VideoProfile.STATE_AUDIO_ONLY);
225 assertVideoState(conf, VideoProfile.STATE_BIDIRECTIONAL);
564 private void assertVideoState(final Call call, final int videoState) {

Completed in 320 milliseconds