Home
last modified time | relevance | path

Searched refs:isAudioOnly (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoProfileTest.java27 assertTrue(VideoProfile.isAudioOnly(VideoProfile.STATE_AUDIO_ONLY)); in testIsAudioOnly()
28 assertTrue(VideoProfile.isAudioOnly(VideoProfile.STATE_PAUSED)); in testIsAudioOnly()
30 assertFalse(VideoProfile.isAudioOnly(VideoProfile.STATE_BIDIRECTIONAL)); in testIsAudioOnly()
31 assertFalse(VideoProfile.isAudioOnly(VideoProfile.STATE_TX_ENABLED)); in testIsAudioOnly()
32 assertFalse(VideoProfile.isAudioOnly(VideoProfile.STATE_RX_ENABLED)); in testIsAudioOnly()
34 .isAudioOnly(VideoProfile.STATE_BIDIRECTIONAL | VideoProfile.STATE_PAUSED)); in testIsAudioOnly()
36 .isAudioOnly(VideoProfile.STATE_TX_ENABLED | VideoProfile.STATE_PAUSED)); in testIsAudioOnly()
38 .isAudioOnly(VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_PAUSED)); in testIsAudioOnly()
DTestUtils.java784 if (!VideoProfile.isAudioOnly(videoState)) { in placeOutgoingCall()
DBaseTelecomTestWithMockServices.java1268 if (!VideoProfile.isAudioOnly(videoState)) { in placeNewCallWithPhoneAccount()
/cts/tests/tests/media/player/src/android/media/player/cts/
DStreamingMediaPlayerTest.java555 boolean redirect, boolean isAudioOnly) throws Exception { in localHlsTest() argument
556 localHlsTest(name, null, null, appendQueryString, redirect, isAudioOnly); in localHlsTest()
559 private void localHlsTest(final String name, boolean isAudioOnly) in localHlsTest() argument
561 localHlsTest(name, null, null, false, false, isAudioOnly); in localHlsTest()
565 boolean appendQueryString, boolean redirect, boolean isAudioOnly) in localHlsTest() argument
578 if (isAudioOnly) { in localHlsTest()
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DConnectionServiceCallController.java126 if (!VideoProfile.isAudioOnly(videoState)) { in placeIncomingCall()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallProfileTest.java249 assertTrue(VideoProfile.isAudioOnly(result)); in testGetVideoStateFromCallType()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt43362 method public static boolean isAudioOnly(int);