Searched refs:InputDeviceTest (Results 1 – 1 of 1) sorted by relevance
1355 class InputDeviceTest : public testing::Test { class1393 const char* InputDeviceTest::DEVICE_NAME = "device";1394 const int32_t InputDeviceTest::DEVICE_ID = 1;1395 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;1396 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;1397 const uint32_t InputDeviceTest::DEVICE_CLASSES = INPUT_DEVICE_CLASS_KEYBOARD1400 TEST_F(InputDeviceTest, ImmutableProperties) { in TEST_F() argument1406 TEST_F(InputDeviceTest, WhenDeviceCreated_EnabledIsTrue) { in TEST_F() argument1410 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) { in TEST_F() argument1452 TEST_F(InputDeviceTest, WhenMappersAreRegistered_DeviceIsNotIgnoredAndForwardsRequestsToMappers) { in TEST_F() argument