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 = new BusinessLogicHostExecutor(mMockDevice, mMockBuild, this); in setUp()
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()
[all …]