Home
last modified time | relevance | path

Searched defs:ReflectedMethod (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/ravenwood/runtime-common-src/com/android/ravenwood/common/
DRavenwoodCommonUtils.java344 public static class ReflectedMethod<TTHIS> { class in RavenwoodCommonUtils
348 private ReflectedMethod(Class<TTHIS> thisClass, Method method) { in ReflectedMethod() method in RavenwoodCommonUtils.ReflectedMethod