Searched defs:userRestrictionsMigrated (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java91 private static final String ATTR_USER_RESTRICTIONS_MIGRATED = "userRestrictionsMigrated";
233 /* userRestrictionsMigrated =*/ true);
238 // userRestrictionsMigrated should always be true.
240 boolean userRestrictionsMigrated) {
242 mDeviceOwner = new OwnerInfo(ownerName, admin, userRestrictionsMigrated,
265 /* userRestrictionsMigrated =*/ true, /* remoteBugreportUri =*/ null,
348 return mDeviceOwner != null && !mDeviceOwner.userRestrictionsMigrated;
358 return profileOwner != null && !profileOwner.userRestrictionsMigrated;
366 mDeviceOwner.userRestrictionsMigrated = true;
389 profileOwner.userRestrictionsMigrated
239 setDeviceOwnerWithRestrictionsMigrated(ComponentName admin, String ownerName, int userId, boolean userRestrictionsMigrated) argument
733 public boolean userRestrictionsMigrated; field in class:Owners.OwnerInfo
737 OwnerInfo(String name, String packageName, boolean userRestrictionsMigrated, String remoteBugreportUri, String remoteBugreportHash) argument
747 OwnerInfo(String name, ComponentName admin, boolean userRestrictionsMigrated, String remoteBugreportUri, String remoteBugreportHash) argument
[all...]

Completed in 44 milliseconds