Home | History | Annotate | Download | only in content

Lines Matching refs:lastEventTime

1525                 final Long lastEventTime = lastTimeMap.get(key);
1527 if (lastEventTime == null) {
1530 final long diff = (lastEventTime - eventTime) / 1000;