Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java466 final ArrayMap<String, InputMethodSubtype> applicableModeAndSubtypesMap = new ArrayMap<>(); in getImplicitlyApplicableSubtypesLockedImpl() local
472 if (!applicableModeAndSubtypesMap.containsKey(mode)) { in getImplicitlyApplicableSubtypesLockedImpl()
473 applicableModeAndSubtypesMap.put(mode, subtype); in getImplicitlyApplicableSubtypesLockedImpl()
477 if (applicableModeAndSubtypesMap.size() > 0) { in getImplicitlyApplicableSubtypesLockedImpl()
478 return new ArrayList<>(applicableModeAndSubtypesMap.values()); in getImplicitlyApplicableSubtypesLockedImpl()