Searched refs:exceptionCount (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | LooperStats.java | 136 entry.exceptionCount++; in dispatchingThrewException() 206 if (specialEntry.messageCount > 0 || specialEntry.exceptionCount > 0) { in maybeAddSpecialEntry() 310 public long exceptionCount; field in LooperStats.Entry 336 exceptionCount = 0; in reset() 369 public final long exceptionCount; field in LooperStats.ExportedEntry 392 this.exceptionCount = entry.exceptionCount; in ExportedEntry()
|
H A D | BinderCallsStats.java | 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.ExportedCallStat 937 public long exceptionCount; field in BinderCallsStats.CallStat 961 clone.exceptionCount = exceptionCount; in clone()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactDeltaListTests.java | 327 final int exceptionCount = countExceptionUpdates(diff); in testInsert() local 328 assertEquals("Unexpected exception updates", 0, exceptionCount); in testInsert() 338 final int exceptionCount = countExceptionUpdates(diff); in testUpdateUpdate() local 339 assertEquals("Unexpected exception updates", 0, exceptionCount); in testUpdateUpdate() 349 final int exceptionCount = countExceptionUpdates(diff); in testUpdateInsert() local 350 assertEquals("Unexpected exception updates", 1, exceptionCount); in testUpdateInsert() 361 final int exceptionCount = countExceptionUpdates(diff); in testInsertUpdateInsert() local 362 assertEquals("Unexpected exception updates", 2, exceptionCount); in testInsertUpdateInsert() 373 final int exceptionCount = countExceptionUpdates(diff); in testInsertInsertInsert() local 374 assertEquals("Unexpected exception updates", 2, exceptionCount); in testInsertInsertInsert()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | LooperStatsTest.java | 101 assertThat(entry.exceptionCount).isEqualTo(0); in testSingleMessageDispatched() 133 assertThat(entry.exceptionCount).isEqualTo(1); in testThrewException() 207 assertThat(entry1.exceptionCount).isEqualTo(0); in testMultipleMessagesDispatched() 222 assertThat(entry2.exceptionCount).isEqualTo(0); in testMultipleMessagesDispatched() 238 assertThat(entry3.exceptionCount).isEqualTo(0); in testMultipleMessagesDispatched() 367 assertThat(entry1.exceptionCount).isEqualTo(1); in testScreenStateCollected() 372 assertThat(entry2.exceptionCount).isEqualTo(1); in testScreenStateCollected() 409 assertThat(entry1.exceptionCount).isEqualTo(0); in testMessagesOverSizeCap()
|
H A D | BinderCallsStatsTest.java | 583 assertEquals(0, stat.exceptionCount); in testGetExportedStatsWhenDetailedTrackingEnabled()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | LooperStatsService.java | 156 entry.exceptionCount); in dump()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | DefaultPermissionGrantPolicy.java | 1361 final int exceptionCount = mGrantExceptions.size(); in grantDefaultPermissionExceptions() local 1362 for (int i = 0; i < exceptionCount; i++) { in grantDefaultPermissionExceptions()
|
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | StatsPullAtomService.java | 2469 callStat.exceptionCount, callStat.latencyMicros, callStat.maxLatencyMicros, 2529 entry.exceptionCount, entry.recordedMessageCount, entry.totalLatencyMicros,
|