Searched refs:InputDeviceTest (Results 1 – 1 of 1) sorted by relevance
1594 class InputDeviceTest : public testing::Test { class1632 const char* InputDeviceTest::DEVICE_NAME = "device";1633 const int32_t InputDeviceTest::DEVICE_ID = 1;1634 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;1635 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;1636 const uint32_t InputDeviceTest::DEVICE_CLASSES = INPUT_DEVICE_CLASS_KEYBOARD1639 TEST_F(InputDeviceTest, ImmutableProperties) { in TEST_F() argument1645 TEST_F(InputDeviceTest, WhenDeviceCreated_EnabledIsTrue) { in TEST_F() argument1649 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) { in TEST_F() argument1691 TEST_F(InputDeviceTest, WhenMappersAreRegistered_DeviceIsNotIgnoredAndForwardsRequestsToMappers) { in TEST_F() argument