Searched refs:currentTimeSeconds (Results 1 – 2 of 2) sorted by relevance
493 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfFilter657 mLastSeen = currentTimeSeconds(); in Ra()797 return mMinLifetime - (currentTimeSeconds() - mLastSeen); in currentLifetime()1578 final long now = currentTimeSeconds(); in installNewProgramLocked()1617 return expiry < currentTimeSeconds() + MAX_PROGRAM_LIFETIME_WORTH_REFRESHING; in shouldInstallnewProgram()1651 ra.mLastSeen = currentTimeSeconds(); in processRa()1859 mLastInstalledProgram.length, currentTimeSeconds() - mLastTimeInstalledProgram, in dump()1868 "Seen: %d, last %ds ago", ra.seenCount, currentTimeSeconds() - ra.mLastSeen)); in dump()
971 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfTest.TestApfFilter