Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java210 private static Boolean sFullLog = null; field in AppOpsManager
7287 sFullLog = properties.getBoolean(FULL_LOG, false); in AppOpsManager()
7297 sFullLog = false; in AppOpsManager()
9645 if (sFullLog == null) { in getFormattedStackTrace()
9647 sFullLog = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY, in getFormattedStackTrace()
9651 sFullLog = false; in getFormattedStackTrace()
9658 if (!sFullLog && sb.length() + trace[i].toString().length() > 600) { in getFormattedStackTrace()