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

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java231 public static final int SW_JACK_PHYSICAL_INSERT = 0x07; field in class:InputManagerService
237 public static final int SW_JACK_PHYSICAL_INSERT_BIT = 1 << SW_JACK_PHYSICAL_INSERT;
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1496 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_SW, SW_JACK_PHYSICAL_INSERT, 1);
1503 ASSERT_EQ((1 << SW_LID) | (1 << SW_JACK_PHYSICAL_INSERT), args.switchValues);
1504 ASSERT_EQ((1 << SW_LID) | (1 << SW_JACK_PHYSICAL_INSERT) | (1 << SW_HEADPHONE_INSERT),

Completed in 679 milliseconds