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

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 163 final CharSequence imiLabel = imi.loadLabel(pm);
167 (TextUtils.isEmpty(imiLabel) ?
168 "" : " - " + imiLabel))
169 : imiLabel;
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 344 milliseconds