Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardLayoutManager.java1083 String layoutMatchingLanguageAndCountry = null; in getMatchingLayoutForProvidedLanguageTag() local
1097 if (layoutMatchingLanguageAndCountry == null) { in getMatchingLayoutForProvidedLanguageTag()
1098 layoutMatchingLanguageAndCountry = layout.getDescriptor(); in getMatchingLayoutForProvidedLanguageTag()
1107 return layoutMatchingLanguageAndCountry != null in getMatchingLayoutForProvidedLanguageTag()
1108 ? layoutMatchingLanguageAndCountry : layoutMatchingLanguage; in getMatchingLayoutForProvidedLanguageTag()