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