Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwnersData.java90 private static final String ATTR_SECURITY_LOG_MIGRATED = "securityLogMigrated"; field in OwnersData
414 out.attributeBoolean(null, ATTR_SECURITY_LOG_MIGRATED, mSecurityLoggingMigrated); in writeInner()
487 && parser.getAttributeBoolean(null, ATTR_SECURITY_LOG_MIGRATED, false); in readInner()