Searched refs:currentLifetime (Results 1 – 2 of 2) sorted by relevance
142 private long updateLifetime(long currentLifetime, long newLifetime) { in updateLifetime() argument143 if (currentLifetime == RaEvent.NO_LIFETIME) { in updateLifetime()146 return Math.min(currentLifetime, newLifetime); in updateLifetime()
761 long currentLifetime() { in currentLifetime() method in ApfFilter.Ra768 return currentLifetime() <= 0; in isExpired()779 int filterLifetime = (int)(currentLifetime() / FRACTION_OF_LIFETIME_TO_FILTER); in generateFilterLocked()