Searched refs:MAX_OFFENSES_PER_LOOP (Results 1 – 2 of 2) sorted by relevance
206 private static final int MAX_OFFENSES_PER_LOOP = 10; field in StrictMode1587 return violationsBeingTimed.get().size() >= MAX_OFFENSES_PER_LOOP; in tooManyViolationsThisLoop()1745 if (records.size() >= MAX_OFFENSES_PER_LOOP) { in handleViolationWithTimingAttempt()
39161 Landroid/os/StrictMode;->MAX_OFFENSES_PER_LOOP:I