Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java226 boolean testOnlyAdmin = false; field in ActiveAdmin
484 if (testOnlyAdmin) { in writeToXml()
486 out, TAG_TEST_ONLY_ADMIN, testOnlyAdmin); in writeToXml()
824 testOnlyAdmin = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml()
1228 pw.println(testOnlyAdmin); in dump()
H A DDevicePolicyManagerService.java3789 newAdmin.testOnlyAdmin =
3790 (existingAdmin != null) ? existingAdmin.testOnlyAdmin
4162 return (admin != null) && admin.testOnlyAdmin;