Searched refs:profileOwner (Results 1 – 9 of 9) sorted by relevance
376 OwnerInfo profileOwner = mData.mProfileOwners.get(userId); in getProfileOwnerComponent() local377 return profileOwner != null ? profileOwner.admin : null; in getProfileOwnerComponent()383 OwnerInfo profileOwner = mData.mProfileOwners.get(userId); in getProfileOwnerPackage() local384 return profileOwner != null ? profileOwner.packageName : null; in getProfileOwnerPackage()394 OwnerInfo profileOwner = mData.mProfileOwners.get(userId); in isProfileOwnerOfOrganizationOwnedDevice() local395 return profileOwner != null ? profileOwner.isOrganizationOwnedDevice : false; in isProfileOwnerOfOrganizationOwnedDevice()521 OwnerInfo profileOwner = mData.mProfileOwners.get(userId); in setProfileOwnerOfOrganizationOwnedDevice() local522 if (profileOwner != null) { in setProfileOwnerOfOrganizationOwnedDevice()523 profileOwner.isOrganizationOwnedDevice = isOrganizationOwnedDevice; in setProfileOwnerOfOrganizationOwnedDevice()
139 OwnerInfo profileOwner = mProfileOwners.get(mDeviceOwnerUserId); in load() local140 ComponentName admin = profileOwner != null ? profileOwner.admin : null; in load()520 final OwnerInfo profileOwner = mProfileOwners.get(mUserId); in writeInner() local521 if (profileOwner != null) { in writeInner()522 profileOwner.writeToXml(out, TAG_PROFILE_OWNER); in writeInner()
2644 final ActiveAdmin profileOwner = getProfileOwnerAdminLocked(userId); in maybeSetDefaultProfileOwnerUserRestrictions() local2649 if (profileOwner == null || !mUserManager.isManagedProfile(userId)) { in maybeSetDefaultProfileOwnerUserRestrictions()2652 maybeSetDefaultRestrictionsForAdminLocked(userId, profileOwner); in maybeSetDefaultProfileOwnerUserRestrictions()2654 userId, profileOwner, false /* newOwner */); in maybeSetDefaultProfileOwnerUserRestrictions()2664 ActiveAdmin profileOwner, boolean newOwner) { in ensureUnknownSourcesRestrictionForProfileOwnerLocked() argument2671 profileOwner.info.getComponent(), in ensureUnknownSourcesRestrictionForProfileOwnerLocked()2672 profileOwner.getUserHandle().getIdentifier()), in ensureUnknownSourcesRestrictionForProfileOwnerLocked()9841 final ComponentName profileOwner = mInjector.binderWithCleanCallingIdentity(9843 return who != null && who.equals(profileOwner);9853 final ComponentName profileOwner = mInjector.binderWithCleanCallingIdentity(() ->[all …]
210 String profileOwner = ""; in runList() local219 profileOwner = " (profile-owner)"; in runList()240 deviceOwner, profileOwner, in runList()
782 final ComponentName profileOwner =785 if (profileOwner == null) {788 return profileOwner.getPackageName().equals(packageName);
361 String profileOwner = ""; in computePackageStateHash() local366 profileOwner = profileOwnerComponent.getPackageName(); in computePackageStateHash()369 dataOutputStream.writeUTF(profileOwner); in computePackageStateHash()
9943 ComponentName profileOwner = mService.getProfileOwnerAsUser(myUserId()); in isProfileOwnerApp() local9944 return profileOwner != null in isProfileOwnerApp()9945 && profileOwner.getPackageName().equals(packageName); in isProfileOwnerApp()11581 @NonNull ComponentName profileOwner, @Nullable PersistableBundle adminExtras, in createAndManageUser() argument11585 return mService.createAndManageUser(admin, name, profileOwner, adminExtras, flags); in createAndManageUser()
284 …eAndManageUser(in ComponentName who, in String name, in ComponentName profileOwner, in Persistable… in createAndManageUser() argument
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...