Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventList.java102 int cutOffIndex = firstIndexOnOrAfter(cutOffThreshold); in removeOldEvents() local
103 if (cutOffIndex == 0) { in removeOldEvents()
109 if (cutOffIndex == eventsSize) { in removeOldEvents()
116 for (; cutOffIndex < eventsSize; i++, cutOffIndex++) { in removeOldEvents()
117 mEvents.set(i, mEvents.get(cutOffIndex)); in removeOldEvents()