Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locales/
DLocaleManagerService.java429 && !(isCallerFromCurrentInputMethod(userId) in getApplicationLocales()
479 private boolean isCallerFromCurrentInputMethod(int userId) { in isCallerFromCurrentInputMethod() method in LocaleManagerService