Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1184 final LocaleList possibleNewLocale = mRes.getConfiguration().getLocales(); in onActionLocaleChanged() local
1185 if (possibleNewLocale != null && possibleNewLocale.equals(mLastSystemLocales)) { in onActionLocaleChanged()
1192 mLastSystemLocales = possibleNewLocale; in onActionLocaleChanged()