Searched refs:recordedDelayMessageCount (Results 1 – 4 of 4) sorted by relevance
115 entry.recordedDelayMessageCount++; in messageDispatched()301 public long recordedDelayMessageCount; field in LooperStats.Entry329 recordedDelayMessageCount = 0; in reset()362 public final long recordedDelayMessageCount; field in LooperStats.ExportedEntry385 this.recordedDelayMessageCount = entry.recordedDelayMessageCount; in ExportedEntry()
148 entry.recordedDelayMessageCount, in dump()
106 assertThat(entry.recordedDelayMessageCount).isEqualTo(1); in testSingleMessageDispatched()290 assertThat(entry.recordedDelayMessageCount).isEqualTo(4); in testDispatchDelayIsRecorded()
1366 e.writeLong(entry.recordedDelayMessageCount); in pullLooperStats()