Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java170 public static final class ToObjectMethodWrapper<T> { class in CompatUtils
173 public ToObjectMethodWrapper(final Method method, final T defaultValue) { in ToObjectMethodWrapper() method in CompatUtils.ToObjectMethodWrapper