Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java47 private final Entry mOverflowEntry = new Entry("OVERFLOW"); field in LooperStats
160 maybeAddSpecialEntry(exportedEntries, mOverflowEntry); in getEntries()
210 synchronized (mOverflowEntry) { in reset()
211 mOverflowEntry.reset(); in reset()
242 return mOverflowEntry; in findEntry()