Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java275 public static final int SW_JACK_PHYSICAL_INSERT = 0x07; field in InputManagerService
286 public static final int SW_JACK_PHYSICAL_INSERT_BIT = 1 << SW_JACK_PHYSICAL_INSERT;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1524 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_SW, SW_JACK_PHYSICAL_INSERT, 1); in TEST_F()
1531 ASSERT_EQ((1U << SW_LID) | (1U << SW_JACK_PHYSICAL_INSERT), args.switchValues); in TEST_F()
1532 ASSERT_EQ((1U << SW_LID) | (1U << SW_JACK_PHYSICAL_INSERT) | (1 << SW_HEADPHONE_INSERT), in TEST_F()