Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/metrics/
H A DRaEvent.java174 private long updateLifetime(long currentLifetime, long newLifetime) { in updateLifetime() argument
175 if (currentLifetime == RaEvent.NO_LIFETIME) { in updateLifetime()
178 return Math.min(currentLifetime, newLifetime); in updateLifetime()