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.java148 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()
184 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod()
207 protected static class ResolvedMethod { class in BusinessLogicExecutor
211 public ResolvedMethod(Method method) { in ResolvedMethod() method in BusinessLogicExecutor.ResolvedMethod
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java82 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
86 ResolvedMethod rm = new ResolvedMethod(m); in getResolvedMethod()