Searched refs:invokeMethod (Results 1 – 2 of 2) sorted by relevance
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/ |
D | BusinessLogicHostExecutorTest.java | 86 mExecutor.invokeMethod(METHOD_1); in testInvokeMethodInThisClass() 93 mExecutor.invokeMethod(OTHER_METHOD_1); in testInvokeMethodInOtherClass() 101 mExecutor.invokeMethod(METHOD_2, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringArgs() 110 mExecutor.invokeMethod(METHOD_3, ARG_STRING_1); in testInvokeMethodWithStringAndDeviceArgs() 119 mExecutor.invokeMethod(METHOD_4, ARG_STRING_1); in testInvokeMethodWithDeviceAndStringArgs() 128 mExecutor.invokeMethod(METHOD_5, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringArrayArg() 137 mExecutor.invokeMethod(METHOD_5); in testInvokeMethodWithEmptyStringArrayArg() 145 mExecutor.invokeMethod(METHOD_6, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringAndStringArrayArgs() 154 mExecutor.invokeMethod(METHOD_7, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithAllArgTypes() 165 mExecutor.invokeMethod(METHOD_1, ARG_STRING_1); in testInvokeOverloadedMethodOneArg() [all …]
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 53 return (Boolean) invokeMethod(method, args); in executeCondition() 72 invokeMethod(method, args); in executeAction() 125 protected Object invokeMethod(String method, String... args) throws ClassNotFoundException, in invokeMethod() method in BusinessLogicExecutor
|