Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java122 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()
158 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() method in BusinessLogicExecutor
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java80 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod() method in BusinessLogicHostExecutor