Searched refs:mAPCTestConfig (Results 1 – 1 of 1) sorted by relevance
145 private APCTestConfig mAPCTestConfig; field in AudioPlaybackCaptureTest150 mAPCTestConfig = new APCTestConfig(); in setup()167 AudioPlaybackCaptureConfiguration apcConfig = mAPCTestConfig.build(mMediaProjection); in createPlaybackCaptureRecord()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()322 mAPCTestConfig.excludeUsages = new int[]{ AudioAttributes.USAGE_MEDIA }; in testCombineUsages()328 mAPCTestConfig.matchingUids = new int[]{ mUid }; in testCombineUid()329 mAPCTestConfig.excludeUids = new int[]{ 0 }; in testCombineUid()350 mAPCTestConfig.matchingUsages = new int[]{ usage }; in doTestCaptureMatchingAllowedUsage()[all …]