Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java169 BigInteger faultAddress = getBigInteger(crash, FAULT_ADDRESS); in matchSecurityCrashes() local
170 if (faultAddress != null in matchSecurityCrashes()
171 && faultAddress.compareTo(config.minCrashAddress) < 0) { in matchSecurityCrashes()
231 BigInteger faultAddress = null; in addAllCrashes() local
258 faultAddress = new BigInteger(faultAddrMatch, 16); in addAllCrashes()
315 crash.put(FAULT_ADDRESS, faultAddress == null ? null : faultAddress.toString(16)); in addAllCrashes()