Home
last modified time | relevance | path

Searched defs:imid (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DInputMethodHelper.java65 public static void setDefaultInputMethodId(Context context, String imid) { in setDefaultInputMethodId()
73 Settings.Secure.DEFAULT_INPUT_METHOD, imid, userId); in setDefaultInputMethodId() local
87 public static InputMethodInfo findInputMethod(String imid, in findInputMethod()