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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp357 void addConfigurationProperty(int32_t deviceId, const String8& key, const String8& value) { function in class:android::FakeEventHub
1268 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8("key"), String8("value"));
1397 void addConfigurationProperty(const char* key, const char* value) { function in class:android::InputMapperTest
1398 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8(key), String8(value));
1728 addConfigurationProperty("keyboard.orientationAware", "1");
1957 addConfigurationProperty("cursor.mode", "pointer");
1965 addConfigurationProperty("cursor.mode", "navigation");
1973 addConfigurationProperty("cursor.mode", "pointer");
2004 addConfigurationProperty("cursor.mode", "navigation");
2023 addConfigurationProperty("curso
[all...]

Completed in 13 milliseconds