Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java227 boolean testOnlyAdmin = false; field in ActiveAdmin
485 if (testOnlyAdmin) { in writeToXml()
487 out, TAG_TEST_ONLY_ADMIN, testOnlyAdmin); in writeToXml()
825 testOnlyAdmin = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml()
1229 pw.println(testOnlyAdmin); in dump()
DDevicePolicyManagerService.java3837 newAdmin.testOnlyAdmin =
3838 (existingAdmin != null) ? existingAdmin.testOnlyAdmin
4192 return (admin != null) && admin.testOnlyAdmin;