Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1289 buildInputMethodListLocked(true); in onActionLocaleChanged()
1525 buildInputMethodListLocked(false /* resetDefaultEnabledIme */); in onFinishPackageChangesInternal()
1673 buildInputMethodListLocked(false /* resetDefaultEnabledIme */); in onUnlockUser()
1878 buildInputMethodListLocked(initialUserSwitch); in switchUserOnHandlerLocked()
1992 buildInputMethodListLocked(!imeSelectedOnBoot /* resetDefaultEnabledIme */); in systemRunning()
4277 buildInputMethodListLocked(false /* resetDefaultEnabledIme */); in setAdditionalInputMethodSubtypes()
5290 void buildInputMethodListLocked(boolean resetDefaultEnabledIme) { in buildInputMethodListLocked() method