Searched refs:exceptionCount (Results 1 – 7 of 7) sorted by relevance
137 entry.exceptionCount++; in dispatchingThrewException()207 if (specialEntry.messageCount > 0 || specialEntry.exceptionCount > 0) { in maybeAddSpecialEntry()311 public long exceptionCount; field in LooperStats.Entry337 exceptionCount = 0; in reset()370 public final long exceptionCount; field in LooperStats.ExportedEntry393 this.exceptionCount = entry.exceptionCount; in ExportedEntry()
338 callStat.exceptionCount += s.exceptionThrown ? 1 : 0; in processCallEnded()546 exported.exceptionCount = stat.exceptionCount; in getExportedCallStat()646 .append(',').append(mDetailedTracking ? e.exceptionCount : '_') in dumpLocked()903 public long exceptionCount; field in BinderCallsStats.ExportedCallStat937 public long exceptionCount; field in BinderCallsStats.CallStat961 clone.exceptionCount = exceptionCount; in clone()
106 assertThat(entry.exceptionCount).isEqualTo(0); in testSingleMessageDispatched()138 assertThat(entry.exceptionCount).isEqualTo(1); in testThrewException()212 assertThat(entry1.exceptionCount).isEqualTo(0); in testMultipleMessagesDispatched()227 assertThat(entry2.exceptionCount).isEqualTo(0); in testMultipleMessagesDispatched()243 assertThat(entry3.exceptionCount).isEqualTo(0); in testMultipleMessagesDispatched()372 assertThat(entry1.exceptionCount).isEqualTo(1); in testScreenStateCollected()377 assertThat(entry2.exceptionCount).isEqualTo(1); in testScreenStateCollected()414 assertThat(entry1.exceptionCount).isEqualTo(0); in testMessagesOverSizeCap()
596 assertEquals(0, stat.exceptionCount); in testGetExportedStatsWhenDetailedTrackingEnabled()
156 entry.exceptionCount); in dump()
1451 final int exceptionCount = mGrantExceptions.size(); in grantDefaultPermissionExceptions() local1452 for (int i = 0; i < exceptionCount; i++) { in grantDefaultPermissionExceptions()
2788 callStat.exceptionCount, callStat.latencyMicros, callStat.maxLatencyMicros,2848 entry.exceptionCount, entry.recordedMessageCount, entry.totalLatencyMicros,