Searched refs:mLastViolationTime (Results 1 – 1 of 1) sorted by relevance
1056 private final HashMap<Integer, Long> mLastViolationTime = new HashMap<Integer, Long>(); field in StrictMode.AndroidBlockGuardPolicy1266 if (mLastViolationTime.containsKey(crashFingerprint)) { in handleViolation()1267 lastViolationTime = mLastViolationTime.get(crashFingerprint); in handleViolation()1270 mLastViolationTime.put(crashFingerprint, now); in handleViolation()