HomeSort by relevance Sort by last modified time
    Searched full:currentlifetime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/metrics/
RaEvent.java 147 private long updateLifetime(long currentLifetime, long newLifetime) {
148 if (currentLifetime == RaEvent.NO_LIFETIME) {
151 return Math.min(currentLifetime, newLifetime);
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 570 long currentLifetime() {
577 return currentLifetime() <= 0;
588 int filterLifetime = (int)(currentLifetime() / FRACTION_OF_LIFETIME_TO_FILTER);
    [all...]

Completed in 71 milliseconds