Searched refs:parentInfo (Results 1 – 4 of 4) sorted by relevance
40 LocaleStore.LocaleInfo parentInfo = LocaleStore.getLocaleInfo(parent); in addLocaleRelationship() local42 Set<LocaleStore.LocaleInfo> set = sLocaleInfoRelationships.getOrDefault(parentInfo, in addLocaleRelationship()45 sLocaleInfoRelationships.put(parentInfo, set); in addLocaleRelationship()
350 final UserInfo parentInfo = userManager.getProfileParent(launchedFromUserId); in checkCallerIsCertInstallerOrSelfInProfile() local352 return ((parentInfo != null) && (parentInfo.id == UserHandle.myUserId())); in checkCallerIsCertInstallerOrSelfInProfile()
375 final UserInfo parentInfo = userManager.getProfileParent(launchedFromUserId); in checkCallerIsCertInstallerOrSelfInProfile() local377 return ((parentInfo != null) && (parentInfo.id == UserHandle.myUserId())); in checkCallerIsCertInstallerOrSelfInProfile()
162 UserInfo parentInfo = userManager.getProfileParent(launchedFromUserId); in checkCallerIsCertInstallerOrSelfInProfile() local164 return ((parentInfo != null) && (parentInfo.id in checkCallerIsCertInstallerOrSelfInProfile()