Home | History | Annotate | Download | only in content

Lines Matching defs:lastEventTime

1402                 final Long lastEventTime = lastTimeMap.get(key);
1404 if (lastEventTime == null) {
1407 final long diff = (lastEventTime - eventTime) / 1000;