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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java98 private OwnerInfo mDeviceOwner;
103 private final ArrayMap<Integer, OwnerInfo> mProfileOwners = new ArrayMap<>();
242 mDeviceOwner = new OwnerInfo(ownerName, admin, userRestrictionsMigrated,
264 mProfileOwners.put(userId, new OwnerInfo(ownerName, admin,
282 OwnerInfo profileOwner = mProfileOwners.get(userId);
289 OwnerInfo profileOwner = mProfileOwners.get(userId);
296 OwnerInfo profileOwner = mProfileOwners.get(userId);
357 OwnerInfo profileOwner = mProfileOwners.get(userId);
387 OwnerInfo profileOwner = mProfileOwners.get(userId);
414 mDeviceOwner = new OwnerInfo(nam
729 static class OwnerInfo { class in class:Owners
737 public OwnerInfo(String name, String packageName, boolean userRestrictionsMigrated, method in class:Owners.OwnerInfo
747 public OwnerInfo(String name, ComponentName admin, boolean userRestrictionsMigrated, method in class:Owners.OwnerInfo
[all...]

Completed in 86 milliseconds