Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java152 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()
188 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod()
211 protected static class ResolvedMethod { class in BusinessLogicExecutor
215 public ResolvedMethod(Method method) { in ResolvedMethod() method in BusinessLogicExecutor.ResolvedMethod