Searched refs:currentTimeSeconds (Results 1 – 2 of 2) sorted by relevance
291 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfFilter455 mLastSeen = currentTimeSeconds(); in Ra()585 return mMinLifetime - (currentTimeSeconds() - mLastSeen); in currentLifetime()956 final long now = currentTimeSeconds(); in installNewProgramLocked()993 return expiry < currentTimeSeconds() + MAX_PROGRAM_LIFETIME_WORTH_REFRESHING; in shouldInstallnewProgram()1027 ra.mLastSeen = currentTimeSeconds(); in processRa()1160 mLastInstalledProgram.length, currentTimeSeconds() - mLastTimeInstalledProgram, in dump()1169 "Seen: %d, last %ds ago", ra.seenCount, currentTimeSeconds() - ra.mLastSeen)); in dump()
624 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfTest.TestApfFilter