Searched refs:activeLifetimeMs (Results 1 – 2 of 2) sorted by relevance
117 public final int activeLifetimeMs; field in KeepaliveStatsTracker.KeepaliveStats.LifetimeStats119 LifetimeStats(int lifetimeMs, int activeLifetimeMs) { in LifetimeStats() argument121 this.activeLifetimeMs = activeLifetimeMs; in LifetimeStats()608 + lifetimeStats.activeLifetimeMs); in addToAggregateKeepaliveLifetime()
160 public final int activeLifetimeMs; field in KeepaliveStatsTrackerTest.KeepaliveCarrierStats167 int activeLifetimeMs) { in KeepaliveCarrierStats() argument172 this.activeLifetimeMs = activeLifetimeMs; in KeepaliveCarrierStats()194 private KeepaliveCarrierStats getDefaultCarrierStats(int lifetimeMs, int activeLifetimeMs) { in getDefaultCarrierStats() argument200 activeLifetimeMs); in getDefaultCarrierStats()398 expectKeepaliveCarrierStats.activeLifetimeMs, in findAndAssertCarrierLifetimeMetrics()