Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/test/input/
DInputDeviceTest.java32 public class InputDeviceTest { class
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2592 class InputDeviceTest : public testing::Test { class
2632 const char* InputDeviceTest::DEVICE_NAME = "device";
2633 const char* InputDeviceTest::DEVICE_LOCATION = "USB1";
2634 const int32_t InputDeviceTest::DEVICE_ID = END_RESERVED_ID + 1000;
2635 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;
2636 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;
2637 const ftl::Flags<InputDeviceClass> InputDeviceTest::DEVICE_CLASSES =
2639 const int32_t InputDeviceTest::EVENTHUB_ID = 1;
2640 const std::string InputDeviceTest::DEVICE_BLUETOOTH_ADDRESS = "11:AA:22:BB:33:CC";
2642 TEST_F(InputDeviceTest, ImmutableProperties) { in TEST_F() argument
[all …]