Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DHardwareProperties_test.cpp76 void setButtonsPresent(std::set<int> buttonCodes, bool present) { in setButtonsPresent() function in android::HardwarePropertiesTest
99 setButtonsPresent({BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP, in TEST_F()
138 setButtonsPresent({BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP}, true); in TEST_F()
139 setButtonsPresent({BTN_TOOL_QUADTAP, BTN_TOOL_QUINTTAP}, false); in TEST_F()