Searched refs:uInfo (Results 1 – 2 of 2) sorted by relevance
322 for (UserInfo uInfo : userProfiles) { in getManagedProfileId()323 if (uInfo.id == userId) { in getManagedProfileId()326 if (uInfo.isManagedProfile()) { in getManagedProfileId()327 return uInfo.id; in getManagedProfileId()
8324 public @NonNull DevicePolicyManager getParentProfileInstance(UserInfo uInfo) { in getParentProfileInstance() argument8327 if (!uInfo.isManagedProfile()) { in getParentProfileInstance()8328 throw new SecurityException("The user " + uInfo.id in getParentProfileInstance()