Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java867 int failsafe = 0; // Avoid infinite loops in expand() local
871 … if (failsafe++ > MAX_ALLOWED_ITERATIONS) { // Give up after about 1 second of processing in expand()