Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java293 switchCurrentUser(userId, copyOnWrite); in InputMethodSettings()
304 void switchCurrentUser(@UserIdInt int userId, boolean copyOnWrite) { in switchCurrentUser() method in InputMethodUtils.InputMethodSettings
H A DInputMethodManagerService.java1670 mSettings.switchCurrentUser(currentUserId, !mSystemReady); in onUnlockUser()
1856 mSettings.switchCurrentUser(newUserId, useCopyOnWriteSettings); in switchUserOnHandlerLocked()
1942 mSettings.switchCurrentUser(currentUserId, in systemRunning()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java1252 settings.switchCurrentUser(10 /* userId */, true); in testInputMethodSettings_SwitchCurrentUser()