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.java194 Throwable existingThrowable = existing.getDebugThrowable(); in onEntryAddedInternal()
656 + (summary != null && summary.getDebugThrowable() != null in toString()
657 ? Log.getStackTraceString(summary.getDebugThrowable()) in toString()
662 + (child.getDebugThrowable() != null in toString()
663 ? Log.getStackTraceString(child.getDebugThrowable()) in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java536 public Throwable getDebugThrowable() { in getDebugThrowable() method in NotificationEntry