OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToBooleanMethodWrapper
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputConnectionCompatUtils.java
24
private static final CompatUtils.
ToBooleanMethodWrapper
sRequestCursorUpdatesMethod;
CompatUtils.java
163
public
ToBooleanMethodWrapper
getPrimitiveMethod(final String name,
165
return new
ToBooleanMethodWrapper
(CompatUtils.getMethod(mClass, name, parameterTypes),
207
public static final class
ToBooleanMethodWrapper
{
210
public
ToBooleanMethodWrapper
(final Method method, final boolean defaultValue) {
Completed in 303 milliseconds