Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java545 final int micMuteState = getSwitchState(-1 /* deviceId */, InputDevice.SOURCE_ANY, in systemRunning() local
547 if (micMuteState == InputManager.SWITCH_STATE_ON) { in systemRunning()