Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveStatsTracker.java131 private long mLastUpdateLifetimeTimestamp; field in KeepaliveStatsTracker.KeepaliveStats
167 mLastUpdateLifetimeTimestamp = timeNow; in KeepaliveStats()
177 final int durationIncrease = (int) (timeNow - mLastUpdateLifetimeTimestamp); in updateLifetimeStatsAndSetActive()
181 mLastUpdateLifetimeTimestamp = timeNow; in updateLifetimeStatsAndSetActive()
194 mLastUpdateLifetimeTimestamp = timeNow; in resetLifetimeStats()