Searched refs:SW_MICROPHONE_INSERT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWiredAccessoryManager.java38 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;
114 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
279 sb.append("SW_MICROPHONE_INSERT");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java228 public static final int SW_MICROPHONE_INSERT = 0x04; field in class:InputManagerService
236 public static final int SW_MICROPHONE_INSERT_BIT = 1 << SW_MICROPHONE_INSERT;

Completed in 2558 milliseconds