Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioServiceTest.java101 testAudioSystem.configureIsMicrophoneMuted(!muted); in testMuteMicrophone()
126 testAudioSystem.configureIsMicrophoneMuted(!muted); in testMuteMicrophoneWhenFail()
H A DNoOpAudioSystemAdapter.java38 public void configureIsMicrophoneMuted(boolean muted) { in configureIsMicrophoneMuted() method in NoOpAudioSystemAdapter