Searched refs:currentTimeSeconds (Results 1 – 2 of 2) sorted by relevance
458 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfFilter622 mLastSeen = currentTimeSeconds(); in Ra()762 return mMinLifetime - (currentTimeSeconds() - mLastSeen); in currentLifetime()1263 final long now = currentTimeSeconds(); in installNewProgramLocked()1301 return expiry < currentTimeSeconds() + MAX_PROGRAM_LIFETIME_WORTH_REFRESHING; in shouldInstallnewProgram()1335 ra.mLastSeen = currentTimeSeconds(); in processRa()1492 mLastInstalledProgram.length, currentTimeSeconds() - mLastTimeInstalledProgram, in dump()1501 "Seen: %d, last %ds ago", ra.seenCount, currentTimeSeconds() - ra.mLastSeen)); in dump()
864 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfTest.TestApfFilter