Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java191 boolean testOnlyAdmin = false; field in ActiveAdmin
403 if (testOnlyAdmin) { in writeToXml()
405 out, TAG_TEST_ONLY_ADMIN, testOnlyAdmin); in writeToXml()
687 testOnlyAdmin = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml()
992 pw.println(testOnlyAdmin); in dump()
H A DDevicePolicyManagerService.java3472 newAdmin.testOnlyAdmin =
3473 (existingAdmin != null) ? existingAdmin.testOnlyAdmin
3793 return (admin != null) && admin.testOnlyAdmin;