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

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

Completed in 32 milliseconds