Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java722 JSONArray crashes = CrashUtils.addAllCrashes(logcat, new JSONArray()); in assertNoCrashes() local
723 JSONArray securityCrashes = CrashUtils.matchSecurityCrashes(crashes, config); in assertNoCrashes()
726 reportLog.addValue("all_crashes", crashes.toString(), ResultType.NEUTRAL, ResultUnit.NONE); in assertNoCrashes()
742 for (int i = 0; i < crashes.length(); i++) { in assertNoCrashes()
744 JSONObject crash = crashes.getJSONObject(i); in assertNoCrashes()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java2028 JSONArray crashes = getCrashReport(name.getMethodName(), 5000); in waitForError() local
2029 if (crashes == null) { in waitForError()
2032 } else if (CrashUtils.securityCrashDetected(crashes, config)) { in waitForError()