Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java217 mExecutor.executeAction(METHOD_2, ARG_STRING_1, ARG_STRING_2); in testExecuteAction()
226 mExecutor.executeAction(METHOD_9); in testExecuteActionThrowException()
232 mExecutor.executeAction(METHOD_10); in testExecuteActionViolateAssumption()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java71 public void executeAction(String method, String... args) { in executeAction() method in BusinessLogicExecutor
DBusinessLogic.java336 executor.executeAction(mMethodName, in invoke()