Searched defs:addConfigurationProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp366 void addConfigurationProperty(int32_t deviceId, const String8& key, const String8& value) { function in class:android::FakeEventHub
1294 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8("key"), String8("value"));
1424 void addConfigurationProperty(const char* key, const char* value) { function in class:android::InputMapperTest
1425 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8(key), String8(value));
1756 addConfigurationProperty("keyboard.orientationAware", "1");
1985 addConfigurationProperty("cursor.mode", "pointer");
1993 addConfigurationProperty("cursor.mode", "navigation");
2001 addConfigurationProperty("cursor.mode", "pointer");
2032 addConfigurationProperty("cursor.mode", "navigation");
2051 addConfigurationProperty("curso
[all...]

Completed in 47 milliseconds