Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLooperStats.java48 private final Entry mOverflowEntry = new Entry("OVERFLOW"); field in LooperStats
170 maybeAddSpecialEntry(exportedEntries, mOverflowEntry); in getEntries()
220 synchronized (mOverflowEntry) { in reset()
221 mOverflowEntry.reset(); in reset()
256 return mOverflowEntry; in findEntry()