Searched refs:InputDeviceTest (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1353 // --- InputDeviceTest ---
1355 class InputDeviceTest : public testing::Test { class in inherits:testing::Test
1393 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_KEYBOARD
1400 TEST_F(InputDeviceTest, ImmutableProperties) {
1406 TEST_F(InputDeviceTest, WhenDeviceCreated_EnabledIsTrue) {
1410 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnore
[all...]

Completed in 11 milliseconds