Searched refs:imiId (Results 1 – 9 of 9) sorted by relevance
94 for (final String imiId : mAutoSelectionPrefsMap.keySet()) { in onPreferenceChange()96 if (mAutoSelectionPrefsMap.get(imiId) == pref) { in onPreferenceChange()100 setAutoSelectionSubtypesEnabled(imiId, autoSelectionPref.isChecked()); in onPreferenceChange()126 final String imiId = imi.getId(); in addInputMethodSubtypePreferences() local134 keyboardSettingsCategory.setKey(imiId); in addInputMethodSubtypePreferences()138 mAutoSelectionPrefsMap.put(imiId, autoSelectionPref); in addInputMethodSubtypePreferences()173 mInputMethodAndSubtypePrefsMap.put(imiId, subtypePreferences); in addInputMethodSubtypePreferences()182 private boolean isNoSubtypesExplicitlySelected(final String imiId) { in isNoSubtypesExplicitlySelected() argument183 final List<Preference> subtypePrefs = mInputMethodAndSubtypePrefsMap.get(imiId); in isNoSubtypesExplicitlySelected()192 private void setAutoSelectionSubtypesEnabled(final String imiId, in setAutoSelectionSubtypesEnabled() argument[all …]
93 for (final String imiId : mAutoSelectionPrefsMap.keySet()) { in onPreferenceChange()95 if (mAutoSelectionPrefsMap.get(imiId) == pref) { in onPreferenceChange()99 setAutoSelectionSubtypesEnabled(imiId, autoSelectionPref.isChecked()); in onPreferenceChange()125 final String imiId = imi.getId(); in addInputMethodSubtypePreferences() local133 keyboardSettingsCategory.setKey(imiId); in addInputMethodSubtypePreferences()137 mAutoSelectionPrefsMap.put(imiId, autoSelectionPref); in addInputMethodSubtypePreferences()172 mInputMethodAndSubtypePrefsMap.put(imiId, subtypePreferences); in addInputMethodSubtypePreferences()181 private boolean isNoSubtypesExplicitlySelected(final String imiId) { in isNoSubtypesExplicitlySelected() argument182 final List<Preference> subtypePrefs = mInputMethodAndSubtypePrefsMap.get(imiId); in isNoSubtypesExplicitlySelected()191 private void setAutoSelectionSubtypesEnabled(final String imiId, in setAutoSelectionSubtypesEnabled() argument[all …]
133 final String imiId = sStringInputMethodSubtypeSplitter.next(); in parseInputMethodsAndSubtypesString() local137 subtypesMap.put(imiId, subtypeIdSet); in parseInputMethodsAndSubtypesString()169 final String imiId = imi.getId(); in saveInputMethodSubtypeList() local170 final Preference pref = context.findPreference(imiId); in saveInputMethodSubtypeList()178 : enabledIMEsAndSubtypesMap.containsKey(imiId); in saveInputMethodSubtypeList()179 final boolean isCurrentInputMethod = imiId.equals(currentInputMethodId); in saveInputMethodSubtypeList()184 if (!enabledIMEsAndSubtypesMap.containsKey(imiId)) { in saveInputMethodSubtypeList()186 enabledIMEsAndSubtypesMap.put(imiId, new HashSet<>()); in saveInputMethodSubtypeList()188 final HashSet<String> subtypesSet = enabledIMEsAndSubtypesMap.get(imiId); in saveInputMethodSubtypeList()196 .findPreference(imiId + subtypeHashCodeStr); in saveInputMethodSubtypeList()[all …]
40 List<InputMethodSubtype> getEnabledInputMethodSubtypeList(in String imiId, in getEnabledInputMethodSubtypeList() argument
1266 final String imiId = imi.getId(); in onFinishPackageChangesInternal() local1267 if (imiId.equals(curInputMethodId)) { in onFinishPackageChangesInternal()1810 public List<InputMethodSubtype> getEnabledInputMethodSubtypeList(String imiId, in getEnabledInputMethodSubtypeList() argument1821 return getEnabledInputMethodSubtypeListLocked(imiId, in getEnabledInputMethodSubtypeList()1830 private List<InputMethodSubtype> getEnabledInputMethodSubtypeListLocked(String imiId, in getEnabledInputMethodSubtypeListLocked() argument1834 if (imiId == null && mCurMethodId != null) { in getEnabledInputMethodSubtypeListLocked()1837 imi = mMethodMap.get(imiId); in getEnabledInputMethodSubtypeListLocked()1852 final InputMethodInfo imi = methodMap.get(imiId); in getEnabledInputMethodSubtypeListLocked()3402 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes() argument3405 if (TextUtils.isEmpty(imiId) || subtypes == null) return; in setAdditionalInputMethodSubtypes()[all …]
1417 public List<InputMethodSubtype> getEnabledInputMethodSubtypeList(String imiId, in getEnabledInputMethodSubtypeList() argument1691 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes() argument
2712 public void showInputMethodAndSubtypeEnabler(String imiId) { in showInputMethodAndSubtypeEnabler() argument2714 mService.showInputMethodAndSubtypeEnablerFromClient(mClient, imiId); in showInputMethodAndSubtypeEnabler()2961 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes() argument2963 mService.setAdditionalInputMethodSubtypes(imiId, subtypes); in setAdditionalInputMethodSubtypes()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...