Searched refs:isAudioOnly (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | VideoProfileTest.java | 27 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()
|
D | TestUtils.java | 784 if (!VideoProfile.isAudioOnly(videoState)) { in placeOutgoingCall()
|
D | BaseTelecomTestWithMockServices.java | 1268 if (!VideoProfile.isAudioOnly(videoState)) { in placeNewCallWithPhoneAccount()
|
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | StreamingMediaPlayerTest.java | 555 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/ |
D | ConnectionServiceCallController.java | 126 if (!VideoProfile.isAudioOnly(videoState)) { in placeIncomingCall()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallProfileTest.java | 249 assertTrue(VideoProfile.isAudioOnly(result)); in testGetVideoStateFromCallType()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 43362 method public static boolean isAudioOnly(int);
|