commit | 38b2c5d794fb142686b200582432c57ebd3c6ba5 | [log] [tgz] |
---|---|---|
author | jiabin <jiabin@google.com> | Thu Sep 26 17:56:44 2019 -0700 |
committer | jiabin <jiabin@google.com> | Mon Dec 02 14:31:46 2019 -0800 |
tree | 30a901c2add7c902adccd19288ee5c55b0a0886b | |
parent | 807d3ad2d892b6d75e650e9bdc1d087ada205bd4 [diff] [blame] |
Add audio health tests. First test for audio health check. The test checks if all declared devices found by checking if the audio device types of attached devices can be seen by audio policy. Bug: 141580284 Test: atest audio_health_tests audiopolicy_tests Change-Id: I0374f382eaab7b36ab623b11a59e0634565f2187 Merged-In: I0374f382eaab7b36ab623b11a59e0634565f2187
diff --git a/services/audiopolicy/tests/AudioPolicyTestManager.h b/services/audiopolicy/tests/AudioPolicyTestManager.h index fe543a6..c77dcdc 100644 --- a/services/audiopolicy/tests/AudioPolicyTestManager.h +++ b/services/audiopolicy/tests/AudioPolicyTestManager.h
@@ -24,6 +24,7 @@ explicit AudioPolicyTestManager(AudioPolicyClientInterface *clientInterface) : AudioPolicyManager(clientInterface, true /*forTesting*/) { } using AudioPolicyManager::getConfig; + using AudioPolicyManager::loadConfig; using AudioPolicyManager::initialize; };