Searched refs:OwnerInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | Owners.java | 131 private OwnerInfo mDeviceOwner; 141 private final ArrayMap<Integer, OwnerInfo> mProfileOwners = new ArrayMap<>(); 342 mDeviceOwner = new OwnerInfo(ownerName, admin, userRestrictionsMigrated, in setDeviceOwnerWithRestrictionsMigrated() 378 mProfileOwners.put(userId, new OwnerInfo(ownerName, admin, in setProfileOwner() 400 final OwnerInfo ownerInfo = mProfileOwners.get(userId); in transferProfileOwner() 401 final OwnerInfo newOwnerInfo = new OwnerInfo(target.getPackageName(), target, in transferProfileOwner() 423 mDeviceOwner = new OwnerInfo(null, target, in transferDeviceOwnership() 443 OwnerInfo profileOwner = mProfileOwners.get(userId); in getProfileOwnerComponent() 450 OwnerInfo profileOwner = mProfileOwners.get(userId); in getProfileOwnerName() 457 OwnerInfo profileOwner = mProfileOwners.get(userId); in getProfileOwnerPackage() [all …]
|
/frameworks/base/services/ |
D | art-profile | 17226 …ayMap;]Lcom/android/server/devicepolicy/Owners$OwnerInfo;Lcom/android/server/devicepolicy/Owners$O… 17233 HSPLcom/android/server/devicepolicy/Owners$OwnerInfo;-><init>(Ljava/lang/String;Landroid/content/Co… 17234 PLcom/android/server/devicepolicy/Owners$OwnerInfo;->dump(Landroid/util/IndentingPrintWriter;)V 17235 …er/devicepolicy/Owners$OwnerInfo;->readFromXml(Landroid/util/TypedXmlPullParser;)Lcom/android/serv… 17236 HPLcom/android/server/devicepolicy/Owners$OwnerInfo;->writeToXml(Landroid/util/TypedXmlSerializer;L… 17243 …ess$100(Lcom/android/server/devicepolicy/Owners;)Lcom/android/server/devicepolicy/Owners$OwnerInfo; 17244 …wners;Lcom/android/server/devicepolicy/Owners$OwnerInfo;)Lcom/android/server/devicepolicy/Owners$O… 53298 Lcom/android/server/devicepolicy/Owners$OwnerInfo;
|