HomeSort by relevance Sort by last modified time
    Searched defs:CompatUtils (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/compat/
VoiceInputLoggerCompatUtils.java 20 import com.android.inputmethod.compat.CompatUtils;
29 CompatUtils.getMethod(UserHappinessSignals.class, "setHasVoiceLoggingInfo",
33 CompatUtils.invoke(null, null, METHOD_UserHappinessSignals_setHasVoiceLoggingInfo,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputConnectionCompatUtils.java 27 private static final Class<?> CLASS_CorrectionInfo = CompatUtils
31 private static final Constructor<?> CONSTRUCTOR_CorrectionInfo = CompatUtils
33 private static final Method METHOD_InputConnection_commitCorrection = CompatUtils
35 private static final Method METHOD_getSelectedText = CompatUtils
37 private static final Method METHOD_setComposingRegion = CompatUtils
53 Object correctionInfo = CompatUtils.newInstance(CONSTRUCTOR_CorrectionInfo, args);
55 CompatUtils.invoke(ic, null, METHOD_InputConnection_commitCorrection,
66 return (CharSequence) CompatUtils.invoke(
77 CompatUtils.invoke(
CompatUtils.java 29 public class CompatUtils {
30 private static final String TAG = CompatUtils.class.getSimpleName();
InputMethodManagerCompatWrapper.java 51 CompatUtils.getMethod(InputMethodManager.class, "getCurrentInputMethodSubtype");
53 CompatUtils.getMethod(InputMethodManager.class, "getEnabledInputMethodSubtypeList",
56 CompatUtils.getMethod(InputMethodManager.class, "getShortcutInputMethodsAndSubtypes");
58 CompatUtils.getMethod(
61 private static final Method METHOD_switchToLastInputMethod = CompatUtils.getMethod(
110 Object o = CompatUtils.invoke(mImm, null, METHOD_getCurrentInputMethodSubtype);
126 Object retval = CompatUtils.invoke(mImm, null, METHOD_getEnabledInputMethodSubtypeList,
147 return CompatUtils.copyInputMethodSubtypeListToWrapper(retval);
168 Object retval = CompatUtils.invoke(mImm, null, METHOD_getShortcutInputMethodsAndSubtypes);
201 CompatUtils.copyInputMethodSubtypeListToWrapper(retvalMap.get(key)))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 46 import com.android.inputmethod.compat.CompatUtils;
548 startActivity(CompatUtils.getInputLanguageSelectionIntent(
    [all...]

Completed in 210 milliseconds