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.java5466 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local
5522 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local
5651 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local
5693 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
DInputMethodUtils.java1383 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId()