Searched refs:userRestrictionsMigrated (Results 1 – 1 of 1) sorted by relevance
336 boolean userRestrictionsMigrated) { in setDeviceOwnerWithRestrictionsMigrated() argument341 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.OwnerInfo1147 this.userRestrictionsMigrated = userRestrictionsMigrated; in OwnerInfo()1159 this.userRestrictionsMigrated = userRestrictionsMigrated; in OwnerInfo()1195 final boolean userRestrictionsMigrated = in readFromXml()[all …]