Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java95 .checkMinAddress(true) in testValidCrash()
102 .checkMinAddress(true) in testMissingName()
109 .checkMinAddress(true) in testSIGABRT()
116 .checkMinAddress(true) in testFaultAddressBelowMin()
123 .checkMinAddress(false) in testIgnoreMinAddressCheck()
130 .checkMinAddress(true) in testBadAbortMessage()
137 .checkMinAddress(true) in testGoodAndBadCrashes()
148 .checkMinAddress(true) in testNullFaultAddress()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DCrashUtils.java129 if (config.checkMinAddress) { in matchSecurityCrashes()
206 private boolean checkMinAddress = true; field in CrashUtils.Config
216 public Config checkMinAddress(boolean checkMinAddress) { in checkMinAddress() method in CrashUtils.Config
217 this.checkMinAddress = checkMinAddress; in checkMinAddress()