Searched refs:SW_JACK_PHYSICAL_INSERT (Results 1 – 2 of 2) sorted by relevance
243 public static final int SW_JACK_PHYSICAL_INSERT = 0x07; field in InputManagerService253 public static final int SW_JACK_PHYSICAL_INSERT_BIT = 1 << SW_JACK_PHYSICAL_INSERT;
1516 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_SW, SW_JACK_PHYSICAL_INSERT, 1); in TEST_F()1523 ASSERT_EQ((1 << SW_LID) | (1 << SW_JACK_PHYSICAL_INSERT), args.switchValues); in TEST_F()1524 ASSERT_EQ((1 << SW_LID) | (1 << SW_JACK_PHYSICAL_INSERT) | (1 << SW_HEADPHONE_INSERT), in TEST_F()