Searched refs:MAX_NUM_CRASH_SNIPPET (Results 1 – 1 of 1) sorted by relevance
77 private static final int MAX_NUM_CRASH_SNIPPET = 3; field in AppCompatibility158 for (int i = 0; i < MAX_NUM_CRASH_SNIPPET && i < errors.size(); i++) { in testAppStability()164 if (errors.size() > MAX_NUM_CRASH_SNIPPET) { in testAppStability()166 errors.size() - MAX_NUM_CRASH_SNIPPET)); in testAppStability()