Searched refs:excludeUsages (Results 1 – 1 of 1) sorted by relevance
97 public @AttributeUsage int[] excludeUsages; field in AudioPlaybackCaptureTest.APCTestConfig110 if (excludeUsages != null) { in build()111 for (int usage : excludeUsages) { in build()134 arraytoSet(excludeUsages), arraytoSet(config.getExcludeUsages())); in assertCorreclyBuilt()322 mAPCTestConfig.excludeUsages = new int[]{ AudioAttributes.USAGE_MEDIA }; in testCombineUsages()373 mAPCTestConfig.excludeUsages = new int[]{ usage }; in testCaptureExcludeUsage()376 mAPCTestConfig.excludeUsages = ALLOWED_USAGES; in testCaptureExcludeUsage()379 mAPCTestConfig.excludeUsages = FORBIDEN_USAGES; in testCaptureExcludeUsage()