Home
last modified time | relevance | path

Searched refs:ResolvedMethod (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()
181 protected static class ResolvedMethod { class in BusinessLogicExecutor
185 public ResolvedMethod(Method method) { in ResolvedMethod() method in BusinessLogicExecutor.ResolvedMethod
/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()
84 ResolvedMethod rm = new ResolvedMethod(m); in getResolvedMethod()