Searched defs:InputMapperTest (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1395 // --- InputMapperTest ---
1397 class InputMapperTest : public testing::Test { class in namespace:android
1493 const char* InputMapperTest::DEVICE_NAME = "device";
1494 const int32_t InputMapperTest::DEVICE_ID = 1;
1495 const uint32_t InputMapperTest::DEVICE_CLASSES = 0; // not needed for current tests
1500 class SwitchInputMapperTest : public InputMapperTest {
1539 class KeyboardInputMapperTest : public InputMapperTest {
1859 class CursorInputMapperTest : public InputMapperTest {
1866 InputMapperTest::SetUp();
2368 class TouchInputMapperTest : public InputMapperTest {
[all...]

Completed in 32 milliseconds