Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java70 private BusinessLogicExecutor mExecutor; field in BusinessLogicHostExecutorTest
76 mExecutor = in setUp()
88 mExecutor.invokeMethod(METHOD_1); in testInvokeMethodInThisClass()
95 mExecutor.invokeMethod(OTHER_METHOD_1); in testInvokeMethodInOtherClass()
103 mExecutor.invokeMethod(METHOD_2, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringArgs()
112 mExecutor.invokeMethod(METHOD_3, ARG_STRING_1); in testInvokeMethodWithStringAndDeviceArgs()
121 mExecutor.invokeMethod(METHOD_4, ARG_STRING_1); in testInvokeMethodWithDeviceAndStringArgs()
130 mExecutor.invokeMethod(METHOD_5, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringArrayArg()
139 mExecutor.invokeMethod(METHOD_5); in testInvokeMethodWithEmptyStringArrayArg()
147 mExecutor.invokeMethod(METHOD_6, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringAndStringArrayArgs()
[all …]