Searched refs:uInfo (Results 1 – 2 of 2) sorted by relevance
316 for (UserInfo uInfo : userProfiles) { in getManagedProfileId()317 if (uInfo.id == userId) { in getManagedProfileId()320 if (uInfo.isManagedProfile()) { in getManagedProfileId()321 return uInfo.id; in getManagedProfileId()
6125 public DevicePolicyManager getParentProfileInstance(UserInfo uInfo) { in getParentProfileInstance() argument6128 if (!uInfo.isManagedProfile()) { in getParentProfileInstance()6129 throw new SecurityException("The user " + uInfo.id in getParentProfileInstance()