Home
last modified time | relevance | path

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

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