Home
last modified time | relevance | path

Searched refs:availableKeyboardLayouts (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java198 public boolean removeUninstalledKeyboardLayouts(Set<String> availableKeyboardLayouts) { in removeUninstalledKeyboardLayouts() argument
201 if (state.removeUninstalledKeyboardLayouts(availableKeyboardLayouts)) { in removeUninstalledKeyboardLayouts()
423 public boolean removeUninstalledKeyboardLayouts(Set<String> availableKeyboardLayouts) { in removeUninstalledKeyboardLayouts() argument
427 if (!availableKeyboardLayouts.contains(mKeyboardLayoutMap.get(key))) { in removeUninstalledKeyboardLayouts()
DKeyboardLayoutManager.java272 final HashSet<String> availableKeyboardLayouts = new HashSet<>(); in updateKeyboardLayouts() local
274 availableKeyboardLayouts.add(layout.getDescriptor())); in updateKeyboardLayouts()
277 if (mAvailableLayouts.equals(availableKeyboardLayouts)) { in updateKeyboardLayouts()
280 mAvailableLayouts = availableKeyboardLayouts; in updateKeyboardLayouts()
284 mDataStore.removeUninstalledKeyboardLayouts(availableKeyboardLayouts); in updateKeyboardLayouts()