Searched refs:OPT_IN (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioPlaybackCaptureTest.java | 278 private static final boolean OPT_IN = true; field in AudioPlaybackCaptureTest 303 testPlaybackCapture(OPT_IN, AudioAttributes.USAGE_MEDIA, EXPECT_DATA); in testPlaybackCaptureFast() 311 testPlaybackCapture(OPT_IN, AudioAttributes.USAGE_MEDIA, EXPECT_DATA); in testPlaybackCaptureRerouting() 316 testPlaybackCapture(OPT_IN, AudioAttributes.USAGE_UNKNOWN, EXPECT_SILENCE); in testMatchNothing() 323 testPlaybackCapture(OPT_IN, AudioAttributes.USAGE_UNKNOWN, EXPECT_SILENCE); in testCombineUsages() 330 testPlaybackCapture(OPT_IN, AudioAttributes.USAGE_UNKNOWN, EXPECT_SILENCE); in testCombineUid() 351 testPlaybackCapture(OPT_IN, usage, EXPECT_DATA); in doTestCaptureMatchingAllowedUsage() 355 testPlaybackCapture(OPT_IN, usage, EXPECT_DATA); in doTestCaptureMatchingAllowedUsage() 363 testPlaybackCapture(OPT_IN, usage, EXPECT_SILENCE); in testCaptureMatchingForbidenUsage() 366 testPlaybackCapture(OPT_IN, usage, EXPECT_SILENCE); in testCaptureMatchingForbidenUsage() [all …]
|