Home
last modified time | relevance | path

Searched refs:getUserInfoLU (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java726 UserInfo user = getUserInfoLU(userId); in getProfileIdsLU()
776 UserInfo userInfo = getUserInfoLU(userId); in isSameProfileGroupNoChecks()
780 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupNoChecks()
805 UserInfo profile = getUserInfoLU(userHandle); in getProfileParentLU()
813 return getUserInfoLU(parentUserId); in getProfileParentLU()
919 profile = getUserInfoLU(userHandle); in setQuietModeEnabled()
983 info = getUserInfoLU(userHandle); in isQuietModeEnabled()
1036 info = getUserInfoLU(userId); in setUserEnabled()
1052 info = getUserInfoLU(userId); in setUserAdmin()
1092 return userWithName(getUserInfoLU(userId)); in getUserInfo()
[all …]
/frameworks/base/services/
Dart-profile11795 HSPLcom/android/server/pm/UserManagerService;->getUserInfoLU(I)Landroid/content/pm/UserInfo;