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.cpp2643 class InputDeviceTest : public testing::Test { class
2683 const char* InputDeviceTest::DEVICE_NAME = "device";
2684 const char* InputDeviceTest::DEVICE_LOCATION = "USB1";
2685 const int32_t InputDeviceTest::DEVICE_ID = END_RESERVED_ID + 1000;
2686 const int32_t InputDeviceTest::DEVICE_GENERATION = 2;
2687 const int32_t InputDeviceTest::DEVICE_CONTROLLER_NUMBER = 0;
2688 const ftl::Flags<InputDeviceClass> InputDeviceTest::DEVICE_CLASSES =
2690 const int32_t InputDeviceTest::EVENTHUB_ID = 1;
2691 const std::string InputDeviceTest::DEVICE_BLUETOOTH_ADDRESS = "11:AA:22:BB:33:CC";
2693 TEST_F(InputDeviceTest, ImmutableProperties) { in TEST_F() argument
[all …]