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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1189 // --- InputDeviceTest ---
1191 class InputDeviceTest : public testing::Test { class in namespace:android
1229 const char* InputDeviceTest::DEVICE_NAME = "device";
1230 const int32_t InputDeviceTest::DEVICE_ID = 1;
1231 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;
1232 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;
1233 const uint32_t InputDeviceTest::DEVICE_CLASSES = INPUT_DEVICE_CLASS_KEYBOARD
1236 TEST_F(InputDeviceTest, ImmutableProperties) {
1242 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) {
1284 TEST_F(InputDeviceTest, WhenMappersAreRegistered_DeviceIsNotIgnoredAndForwardsRequestsToMapper
[all...]

Completed in 29 milliseconds