Searched refs:uInfo (Results 1 – 4 of 4) sorted by relevance
160 for (UserInfo uInfo : userProfiles) { in getManagedProfileUserId()161 if (uInfo.id == userId) { in getManagedProfileUserId()164 if (uInfo.isManagedProfile()) { in getManagedProfileUserId()165 return uInfo.id; in getManagedProfileUserId()
126 DevicePolicyManager getParentProfileInstance(UserInfoCompat uInfo) { in getParentProfileInstance() argument127 return this.mManager.getParentProfileInstance(uInfo.mUserInfo); in getParentProfileInstance()
338 for (UserInfo uInfo : userProfiles) { in getManagedProfileId()339 if (uInfo.id == userId) { in getManagedProfileId()342 if (uInfo.isManagedProfile()) { in getManagedProfileId()343 return uInfo.id; in getManagedProfileId()
2372 for (UserInfo uInfo : userInfoProfiles) { in getManagedProfileUserId()2373 if (uInfo.id == userId) { in getManagedProfileUserId()2376 if (uInfo.isManagedProfile()) { in getManagedProfileUserId()2377 return uInfo.id; in getManagedProfileUserId()