Searched refs:testActions (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/bit/
H A Dmain.cpp784 vector<TestAction> testActions; local
818 testActions.push_back(action);
837 testActions.push_back(action);
847 if (testActions.size() > 0) {
849 for (size_t i=0; i<testActions.size(); i++) {
850 TestAction& action = testActions[i];
946 if (testActions.size() > 0) {

Completed in 66 milliseconds