Searched refs:userRestrictionsMigrated (Results 1 – 1 of 1) sorted by relevance
233 boolean userRestrictionsMigrated) { in setDeviceOwnerWithRestrictionsMigrated() argument235 mDeviceOwner = new OwnerInfo(ownerName, admin, userRestrictionsMigrated, in setDeviceOwnerWithRestrictionsMigrated()341 return mDeviceOwner != null && !mDeviceOwner.userRestrictionsMigrated; in getDeviceOwnerUserRestrictionsNeedsMigration()351 return profileOwner != null && !profileOwner.userRestrictionsMigrated; in getProfileOwnerUserRestrictionsNeedsMigration()359 mDeviceOwner.userRestrictionsMigrated = true; in setDeviceOwnerUserRestrictionsMigrated()382 profileOwner.userRestrictionsMigrated = true; in setProfileOwnerUserRestrictionsMigrated()692 public boolean userRestrictionsMigrated; field in Owners.OwnerInfo696 public OwnerInfo(String name, String packageName, boolean userRestrictionsMigrated, in OwnerInfo() argument701 this.userRestrictionsMigrated = userRestrictionsMigrated; in OwnerInfo()706 public OwnerInfo(String name, ComponentName admin, boolean userRestrictionsMigrated, in OwnerInfo() argument[all …]