Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMap.java88 final ArrayMap<String, InputMethodInfo> newMethodMap = new ArrayMap<>(size); in applyAdditionalSubtypes() local
95 newMethodMap.put(imi.getId(), imi); in applyAdditionalSubtypes()
97 newMethodMap.put(imi.getId(), new InputMethodInfo(imi, newAdditionalSubtypes)); in applyAdditionalSubtypes()
101 return updated ? InputMethodMap.of(newMethodMap) : this; in applyAdditionalSubtypes()
DInputMethodManagerService.java1002 final var newMethodMap = newMethodMapWithoutAdditionalSubtypes in onFinishPackageChangesInternal() local
1005 if (InputMethodMap.areSame(settings.getMethodMap(), newMethodMap)) { in onFinishPackageChangesInternal()
1011 InputMethodSettings.create(newMethodMap, userId); in onFinishPackageChangesInternal()