Searched refs:InputDeviceTest (Results 1 – 1 of 1) sorted by relevance
1226 class InputDeviceTest : public testing::Test { class1264 const char* InputDeviceTest::DEVICE_NAME = "device";1265 const int32_t InputDeviceTest::DEVICE_ID = 1;1266 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;1267 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;1268 const uint32_t InputDeviceTest::DEVICE_CLASSES = INPUT_DEVICE_CLASS_KEYBOARD1271 TEST_F(InputDeviceTest, ImmutableProperties) { in TEST_F() argument1277 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) { in TEST_F() argument1319 TEST_F(InputDeviceTest, WhenMappersAreRegistered_DeviceIsNotIgnoredAndForwardsRequestsToMappers) { in TEST_F() argument