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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1197 // --- InputDeviceTest ---
1199 class InputDeviceTest : public testing::Test { class in namespace:android
1237 const char* InputDeviceTest::DEVICE_NAME = "device";
1238 const int32_t InputDeviceTest::DEVICE_ID = 1;
1239 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;
1240 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;
1241 const uint32_t InputDeviceTest::DEVICE_CLASSES = INPUT_DEVICE_CLASS_KEYBOARD
1244 TEST_F(InputDeviceTest, ImmutableProperties) {
1250 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) {
1292 TEST_F(InputDeviceTest, WhenMappersAreRegistered_DeviceIsNotIgnoredAndForwardsRequestsToMapper
[all...]

Completed in 66 milliseconds