Searched refs:currentTimeSeconds (Results 1 – 2 of 2) sorted by relevance
499 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfFilter780 mLastSeen = currentTimeSeconds(); in Ra()894 return mMinLifetime - (currentTimeSeconds() - mLastSeen); in currentLifetime()1669 final long now = currentTimeSeconds(); in installNewProgramLocked()1708 return expiry < currentTimeSeconds() + MAX_PROGRAM_LIFETIME_WORTH_REFRESHING; in shouldInstallnewProgram()1742 ra.mLastSeen = currentTimeSeconds(); in processRa()1951 mLastInstalledProgram.length, currentTimeSeconds() - mLastTimeInstalledProgram, in dump()1960 "Seen: %d, last %ds ago", ra.seenCount, currentTimeSeconds() - ra.mLastSeen)); in dump()
982 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfTest.TestApfFilter