Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/metrics/
H A DRaEvent.java174 private long updateLifetime(long currentLifetime, long newLifetime) { in updateLifetime() argument
176 return newLifetime; in updateLifetime()
178 return Math.min(currentLifetime, newLifetime); in updateLifetime()