Home
last modified time | relevance | path

Searched defs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5508 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local
5564 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local
5677 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local
5714 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
DInputMethodUtils.java1312 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId()