Searched refs:SW_MICROPHONE_INSERT (Results 1 – 2 of 2) sorted by relevance
35 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;108 … if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) { in onSystemReady()
284 public static final int SW_MICROPHONE_INSERT = 0x04; field in InputManagerService304 public static final int SW_MICROPHONE_INSERT_BIT = 1 << SW_MICROPHONE_INSERT;