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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1224 // --- InputDeviceTest ---
1226 class InputDeviceTest : public testing::Test { class in namespace:android
1264 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_KEYBOARD
1271 TEST_F(InputDeviceTest, ImmutableProperties) {
1277 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) {
1319 TEST_F(InputDeviceTest, WhenMappersAreRegistered_DeviceIsNotIgnoredAndForwardsRequestsToMapper
[all...]

Completed in 756 milliseconds