Searched refs:inputMethodId (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java34 public static Intent getInputLanguageSelectionIntent(String inputMethodId, argument
39 if (!TextUtils.isEmpty(inputMethodId)) {
40 intent.putExtra(EXTRA_INPUT_METHOD_ID, inputMethodId);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeEnabler.java73 final String inputMethodId =
75 if (inputMethodId != null) {
76 mInputMethodId = inputMethodId;

Completed in 65 milliseconds