Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioPlaybackCaptureTest.java336 doTestCaptureMatchingAllowedUsage(AudioAttributes.USAGE_UNKNOWN); in testCaptureMatchingAllowedUsageUnknown()
341 doTestCaptureMatchingAllowedUsage(AudioAttributes.USAGE_MEDIA); in testCaptureMatchingAllowedUsageMedia()
346 doTestCaptureMatchingAllowedUsage(AudioAttributes.USAGE_GAME); in testCaptureMatchingAllowedUsageGame()
349 private void doTestCaptureMatchingAllowedUsage(int usage) throws Exception { in doTestCaptureMatchingAllowedUsage() method in AudioPlaybackCaptureTest