Searched refs:inputMethod (Results 1 – 2 of 2) sorted by relevance
760 InputMethodInfo inputMethod = inputMethods.get(i);762 .getEnabledInputMethodSubtypeList(inputMethod, true);764 subtypes, context, inputMethod);766 ServiceInfo serviceInfo = inputMethod.getServiceInfo();772 indexable.title = inputMethod.loadLabel(context.getPackageManager()).toString();
146 InputMethodInfo inputMethod = inputMethods.get(i); in register() local147 ServiceInfo serviceInfo = inputMethod.getServiceInfo(); in register()