Searched refs:MAX_EXCEPTION_COUNT_SIZE (Results 1 – 1 of 1) sorted by relevance
76 private static final int MAX_EXCEPTION_COUNT_SIZE = 50; field in BinderCallsStats392 if (mExceptionCounts.size() >= MAX_EXCEPTION_COUNT_SIZE) { in callThrewException()