Home
last modified time | relevance | path

Searched refs:userRestrictionsMigrated (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java336 boolean userRestrictionsMigrated) { in setDeviceOwnerWithRestrictionsMigrated() argument
341 mDeviceOwner = new OwnerInfo(ownerName, admin, userRestrictionsMigrated, in setDeviceOwnerWithRestrictionsMigrated()
576 return mDeviceOwner != null && !mDeviceOwner.userRestrictionsMigrated; in getDeviceOwnerUserRestrictionsNeedsMigration()
586 return profileOwner != null && !profileOwner.userRestrictionsMigrated; in getProfileOwnerUserRestrictionsNeedsMigration()
594 mDeviceOwner.userRestrictionsMigrated = true; in setDeviceOwnerUserRestrictionsMigrated()
617 profileOwner.userRestrictionsMigrated = true; in setProfileOwnerUserRestrictionsMigrated()
1136 public boolean userRestrictionsMigrated; field in Owners.OwnerInfo
1147 this.userRestrictionsMigrated = userRestrictionsMigrated; in OwnerInfo()
1159 this.userRestrictionsMigrated = userRestrictionsMigrated; in OwnerInfo()
1195 final boolean userRestrictionsMigrated = in readFromXml()
[all …]