Searched refs:MAX_OFFENSES_PER_LOOP (Results 1 – 1 of 1) sorted by relevance
151 private static final int MAX_OFFENSES_PER_LOOP = 10; field in StrictMode1077 return violationsBeingTimed.get().size() >= MAX_OFFENSES_PER_LOOP; in tooManyViolationsThisLoop()1204 if (records.size() >= MAX_OFFENSES_PER_LOOP) { in handleViolationWithTimingAttempt()