Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioPlaybackCaptureTest.java285 private static final @AttributeUsage int[] ALLOWED_USAGES = new int[]{ field in AudioPlaybackCaptureTest
354 mAPCTestConfig.matchingUsages = ALLOWED_USAGES; in doTestCaptureMatchingAllowedUsage()
365 mAPCTestConfig.matchingUsages = ALLOWED_USAGES; in testCaptureMatchingForbidenUsage()
372 for (int usage : ALLOWED_USAGES) { in testCaptureExcludeUsage()
376 mAPCTestConfig.excludeUsages = ALLOWED_USAGES; in testCaptureExcludeUsage()