Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java160 maybeAddSpecialEntry(exportedEntries, mOverflowEntry); in getEntries()
161 maybeAddSpecialEntry(exportedEntries, mHashCollisionEntry); in getEntries()
194 private void maybeAddSpecialEntry(List<ExportedEntry> exportedEntries, Entry specialEntry) { in maybeAddSpecialEntry() method in LooperStats