Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java77 private static final int MAX_NUM_CRASH_SNIPPET = 3; field in AppCompatibility
158 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()