Searched refs:getUserInfoNoChecks (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java965 private UserInfo getUserInfoNoChecks(int userId) { method in class:UserManagerService
984 return getUserInfoNoChecks(userId) != null;
1031 UserInfo targetUserInfo = getUserInfoNoChecks(targetUserId);
1038 final int callingGroupId = getUserInfoNoChecks(callingUserId).profileGroupId;

Completed in 82 milliseconds