Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveStatsTracker.java739 int totalLifetimes = 0; in allMetricsExpected() local
743 totalLifetimes += keepaliveLifetimeForCarrier.getLifetimeMsec(); in allMetricsExpected()
746 return totalActiveDurations <= totalRegistered && totalActiveLifetimes <= totalLifetimes in allMetricsExpected()
747 && totalLifetimes == totalRegistered && totalActiveLifetimes == totalActiveDurations in allMetricsExpected()