Searched refs:disableScreenCapture (Results 1 – 2 of 2) sorted by relevance
232 boolean disableScreenCapture = false; field in ActiveAdmin505 if (disableScreenCapture) { in writeToXml()507 out, TAG_DISABLE_SCREEN_CAPTURE, disableScreenCapture); in writeToXml()836 disableScreenCapture = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml()1304 pw.println(disableScreenCapture); in dump()
2574 parentAdmin.disableScreenCapture = doAdmin.disableScreenCapture; in moveDoPoliciesToProfileParentAdminLocked()24330 && ((isDeviceOwner(admin) && admin.disableScreenCapture)24332 && admin.getParentActiveAdmin().disableScreenCapture))) {24347 if (profileOwner != null && profileOwner.disableScreenCapture) {