HomeSort by relevance Sort by last modified time
    Searched refs:getInputMethodInfoOfThisIme (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ImfUtils.java 49 public static InputMethodInfo getInputMethodInfoOfThisIme(Context context) {
63 return getInputMethodInfoOfThisIme(context).getId();
68 final InputMethodInfo myImi = getInputMethodInfoOfThisIme(context);
82 final InputMethodInfo myImi = getInputMethodInfoOfThisIme(context);
102 final InputMethodInfo myImi = getInputMethodInfoOfThisIme(context);
160 final InputMethodInfo imi = getInputMethodInfoOfThisIme(context);
AdditionalSubtypeSettings.java 93 final InputMethodInfo imi = ImfUtils.getInputMethodInfoOfThisIme(context);

Completed in 1183 milliseconds