Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DCrashUtils.java130 BigInteger faultAddress = getBigInteger(crash, FAULT_ADDRESS); in matchSecurityCrashes() local
131 if (faultAddress != null in matchSecurityCrashes()
132 && faultAddress.compareTo(config.minCrashAddress) < 0) { in matchSecurityCrashes()
161 BigInteger faultAddress = null; in addAllCrashes() local
184 faultAddress = new BigInteger(faultAddrMatch, 16); in addAllCrashes()
196 faultAddress == null ? null : faultAddress.toString(16)); in addAllCrashes()