Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogic.java259 List<BusinessLogicRuleAction> actions) { in BusinessLogicRule() argument
261 mActions = actions; in BusinessLogicRule()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java270 List<Action> actions = new ArrayList<>(); in createSmartActions() local
272 actions.add(createSmartAction(title)); in createSmartActions()
274 return actions; in createSmartActions()