Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java726 private LocaleList mLastSystemLocales; field in InputMethodManagerService
1240 if (possibleNewLocale != null && possibleNewLocale.equals(mLastSystemLocales)) { in onActionLocaleChanged()
1247 mLastSystemLocales = possibleNewLocale; in onActionLocaleChanged()
1773 mLastSystemLocales = mRes.getConfiguration().getLocales(); in switchUserOnHandlerLocked()
1841 mLastSystemLocales = mRes.getConfiguration().getLocales(); in systemRunning()