Home
last modified time | relevance | path

Searched refs:currentTimeSeconds (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java521 protected long currentTimeSeconds() { in currentTimeSeconds() method in LegacyApfFilter
839 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()
DApfFilter.java1177 int getRemainingFilterLft(int currentTimeSeconds) { in getRemainingFilterLft() argument
1179 - (currentTimeSeconds - mLastSeen)); in getRemainingFilterLft()