Searched refs:profileOwnerPackage (Results 1 – 2 of 2) sorted by relevance
113 String getPaddedProfileOwnerName(String profileOwnerPackage) { in getPaddedProfileOwnerName() argument114 return getPaddedTruncatedString(profileOwnerPackage, PADDED_PROFILE_OWNER_LENGTH); in getPaddedProfileOwnerName()130 public String calculateEnterpriseId(String profileOwnerPackage, String enterpriseIdString) { in calculateEnterpriseId() argument131 Preconditions.checkArgument(!TextUtils.isEmpty(profileOwnerPackage), in calculateEnterpriseId()153 final byte[] dpcPackage = getPaddedProfileOwnerName(profileOwnerPackage).getBytes(); in calculateEnterpriseId()
16639 final ComponentName profileOwnerPackage; in notifyPendingSystemUpdate() local16641 profileOwnerPackage = mOwners.getProfileOwnerComponent(userId); in notifyPendingSystemUpdate()16643 if (profileOwnerPackage != null) { in notifyPendingSystemUpdate()16644 intent.setComponent(profileOwnerPackage); in notifyPendingSystemUpdate()