Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwnersData.java55 private static final String DEVICE_OWNER_XML = "device_owner_2.xml"; field in OwnersData
221 return new File(mPathProvider.getDataSystemDirectory(), DEVICE_OWNER_XML); in getDeviceOwnerFile()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DPolicyVersionUpgraderTest.java81 public static final String DEVICE_OWNER_XML = "device_owner_2.xml"; field in PolicyVersionUpgraderTest
496 File doFilePath = (new File(parentDir, DEVICE_OWNER_XML)).getAbsoluteFile(); in getDoFilePath()