Searched refs:currentTimeSeconds (Results 1 – 2 of 2) sorted by relevance
521 protected long currentTimeSeconds() { in currentTimeSeconds() method in LegacyApfFilter839 mLastSeen = currentTimeSeconds(); in Ra()958 return mMinLifetime - (currentTimeSeconds() - mLastSeen); in currentLifetime()1877 mProgramBaseTime = currentTimeSeconds(); in installNewProgramLocked()1960 return expiry < currentTimeSeconds() + MAX_PROGRAM_LIFETIME_WORTH_REFRESHING; in shouldInstallnewProgram()2008 ra.mLastSeen = currentTimeSeconds(); in processRa()2268 mLastInstalledProgram.length, currentTimeSeconds() - mLastTimeInstalledProgram, in dump()2282 "Seen: %d, last %ds ago", ra.seenCount, currentTimeSeconds() - ra.mLastSeen)); in dump()
1177 int getRemainingFilterLft(int currentTimeSeconds) { in getRemainingFilterLft() argument1179 - (currentTimeSeconds - mLastSeen)); in getRemainingFilterLft()