Searched refs:InputDeviceTest (Results 1 – 1 of 1) sorted by relevance
1195 class InputDeviceTest : public testing::Test { class1233 const char* InputDeviceTest::DEVICE_NAME = "device";1234 const int32_t InputDeviceTest::DEVICE_ID = 1;1235 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;1236 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;1237 const uint32_t InputDeviceTest::DEVICE_CLASSES = INPUT_DEVICE_CLASS_KEYBOARD1240 TEST_F(InputDeviceTest, ImmutableProperties) { in TEST_F() argument1246 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) { in TEST_F() argument1288 TEST_F(InputDeviceTest, WhenMappersAreRegistered_DeviceIsNotIgnoredAndForwardsRequestsToMappers) { in TEST_F() argument