Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java70 Class<?>... parameterTypes) { in getMethod() argument
73 return targetClass.getMethod(name, parameterTypes); in getMethod()