Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/utils/
DDebugUtils.java30 private static final String PROP_PII_LOGGABLE = "dbg.se.pii_loggable"; field in DebugUtils
72 return SystemProperties.getBoolean(PROP_PII_LOGGABLE, false); in isPiiLoggable()