Home
last modified time | relevance | path

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

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