Searched refs:currentLifetime (Results 1 – 3 of 3) 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()
612 long currentLifetime() { in currentLifetime() method in ApfFilter.Ra619 return currentLifetime() <= 0; in isExpired()630 int filterLifetime = (int)(currentLifetime() / FRACTION_OF_LIFETIME_TO_FILTER); in generateFilterLocked()
6160 PLandroid/net/apf/ApfFilter$Ra;->currentLifetime()J