Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java137 entry.exceptionCount++; in dispatchingThrewException()
207 if (specialEntry.messageCount > 0 || specialEntry.exceptionCount > 0) { in maybeAddSpecialEntry()
311 public long exceptionCount; field in LooperStats.Entry
337 exceptionCount = 0; in reset()
370 public final long exceptionCount; field in LooperStats.ExportedEntry
393 this.exceptionCount = entry.exceptionCount; in ExportedEntry()
DBinderCallsStats.java338 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.ExportedCallStat
937 public long exceptionCount; field in BinderCallsStats.CallStat
961 clone.exceptionCount = exceptionCount; in clone()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLooperStatsTest.java106 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()
DBinderCallsStatsTest.java596 assertEquals(0, stat.exceptionCount); in testGetExportedStatsWhenDetailedTrackingEnabled()
/frameworks/base/services/core/java/com/android/server/
DLooperStatsService.java156 entry.exceptionCount); in dump()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DDefaultPermissionGrantPolicy.java1451 final int exceptionCount = mGrantExceptions.size(); in grantDefaultPermissionExceptions() local
1452 for (int i = 0; i < exceptionCount; i++) { in grantDefaultPermissionExceptions()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java2788 callStat.exceptionCount, callStat.latencyMicros, callStat.maxLatencyMicros,
2848 entry.exceptionCount, entry.recordedMessageCount, entry.totalLatencyMicros,