Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/apf/
DApfFilter.java433 int lifetimeLength) { in addNonLifetime() argument
437 return lifetimeOffset + lifetimeLength; in addNonLifetime()
565 final int lifetimeLength = mNonLifetimes.get(i+1).first - offset; in minLifetime() local
567 switch (lifetimeLength) { in minLifetime()
575 throw new IllegalStateException("bogus lifetime size " + lifetimeLength); in minLifetime()