Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java229 private static Boolean sFullLog = null; field in AppOpsManager
7792 sFullLog = properties.getBoolean(FULL_LOG, false); in AppOpsManager()
7802 sFullLog = false; in AppOpsManager()
10541 if (sFullLog == null) { in getFormattedStackTrace()
10543 sFullLog = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY, in getFormattedStackTrace()
10547 sFullLog = false; in getFormattedStackTrace()
10555 if (!sFullLog && sb.length() + traceString.length() > 600) { in getFormattedStackTrace()