Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java1420 Integer crashFingerprint = info.hashCode(); in handleViolation() local
1423 Long vtime = mLastViolationTime.get(crashFingerprint); in handleViolation()
1431 mLastViolationTime.put(crashFingerprint, now); in handleViolation()