Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java162 Throwable existingThrowable = existing.getDebugThrowable(); in onEntryAdded()
588 + (summary != null && summary.getDebugThrowable() != null in toString()
589 ? Log.getStackTraceString(summary.getDebugThrowable()) in toString()
594 + (child.getDebugThrowable() != null in toString()
595 ? Log.getStackTraceString(child.getDebugThrowable()) in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java471 public Throwable getDebugThrowable() { in getDebugThrowable() method in NotificationEntry