Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java427 assertEquals(expected, bcs.getExceptionCounts()); in testExceptionCount()
597 assertEquals(0, bcs.getExceptionCounts().size()); in testGetExportedExceptionsWithoutCalls()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallsStats.java1120 public ArrayMap<String, Integer> getExceptionCounts() { in getExceptionCounts() method in BinderCallsStats