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

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

Completed in 16 milliseconds