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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp327 void addConfigurationProperty(int32_t deviceId, const String8& key, const String8& value) { function in class:android::FakeEventHub
1302 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8("key"), String8("value"));
1427 void addConfigurationProperty(const char* key, const char* value) { function in class:android::InputMapperTest
1428 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8(key), String8(value));
1669 addConfigurationProperty("keyboard.orientationAware", "1");
1895 addConfigurationProperty("cursor.mode", "pointer");
1903 addConfigurationProperty("cursor.mode", "navigation");
1911 addConfigurationProperty("cursor.mode", "pointer");
1942 addConfigurationProperty("cursor.mode", "navigation");
1961 addConfigurationProperty("curso
[all...]

Completed in 34 milliseconds