Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/debug/
DDebugUtils.java27 private static final String PROP_PII_LOGGABLE = "dbg.imsse.pii_loggable"; field in DebugUtils
49 return SystemProperties.getBoolean(PROP_PII_LOGGABLE, false); in isPiiLoggable()