Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java418 public Config appendAbortMessageIncludes(String... abortMessages) { in appendAbortMessageIncludes() method in CrashUtils.Config
425 public Config appendAbortMessageIncludes(Pattern... abortMessages) { in appendAbortMessageIncludes() method in CrashUtils.Config
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java612 .appendAbortMessageIncludes("Check failed:") in testAbortMessageInclude()
617 .appendAbortMessageIncludes("include not matches") in testAbortMessageInclude()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneUtils.java429 public Config appendAbortMessageIncludes(String... abortMessages) {
434 public Config appendAbortMessageIncludes(Pattern... abortMessages) {
/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/util/
DTombstoneUtilsTest.java217 .appendAbortMessageIncludes("Check failed:") in testAbortMessageInclude()
226 .appendAbortMessageIncludes("include not matches") in testAbortMessageInclude()