Home
last modified time | relevance | path

Searched refs:TAG_PROFILE_OWNER (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java96 private static final String TAG_PROFILE_OWNER = "profile-owner"; field in Owners
722 } else if (tag.equals(TAG_PROFILE_OWNER)) { in readLegacyOwnerFileLocked()
1110 profileOwner.writeToXml(out, TAG_PROFILE_OWNER); in writeInner()
1120 case TAG_PROFILE_OWNER: in readInner()