Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java498 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfFilter
779 mLastSeen = currentTimeSeconds(); in Ra()
893 return mMinLifetime - (currentTimeSeconds() - mLastSeen); in currentLifetime()
1665 final long now = currentTimeSeconds(); in installNewProgramLocked()
1704 return expiry < currentTimeSeconds() + MAX_PROGRAM_LIFETIME_WORTH_REFRESHING; in shouldInstallnewProgram()
1738 ra.mLastSeen = currentTimeSeconds(); in processRa()
1947 mLastInstalledProgram.length, currentTimeSeconds() - mLastTimeInstalledProgram, in dump()
1956 "Seen: %d, last %ds ago", ra.seenCount, currentTimeSeconds() - ra.mLastSeen)); in dump()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java982 protected long currentTimeSeconds() { in currentTimeSeconds() method in ApfTest.TestApfFilter