Home
last modified time | relevance | path

Searched defs:InvalidUinputDevice (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1481 class InvalidUinputDevice : public UinputDevice { in TEST_F() class
1483 InvalidUinputDevice() : UinputDevice("Invalid Device", /*productId=*/99) {} in TEST_F() function in android::TEST_F::InvalidUinputDevice