Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioPlaybackCaptureTest.java96 public @AttributeUsage int[] matchingUsages; field in AudioPlaybackCaptureTest.APCTestConfig
105 if (matchingUsages != null) { in build()
106 for (int usage : matchingUsages) { in build()
132 arraytoSet(matchingUsages), arraytoSet(config.getMatchingUsages())); in assertCorreclyBuilt()
302 mAPCTestConfig.matchingUsages = new int[]{ AudioAttributes.USAGE_MEDIA }; in testPlaybackCaptureFast()
310 mAPCTestConfig.matchingUsages = new int[]{ AudioAttributes.USAGE_MEDIA }; in testPlaybackCaptureRerouting()
321 mAPCTestConfig.matchingUsages = new int[]{ AudioAttributes.USAGE_UNKNOWN }; in testCombineUsages()
350 mAPCTestConfig.matchingUsages = new int[]{ usage }; in doTestCaptureMatchingAllowedUsage()
354 mAPCTestConfig.matchingUsages = ALLOWED_USAGES; in doTestCaptureMatchingAllowedUsage()
362 mAPCTestConfig.matchingUsages = new int[]{ usage }; in testCaptureMatchingForbidenUsage()
[all …]