Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java614 private long mMinRdnssLifetime = Long.MAX_VALUE; field in LegacyApfFilter.Ra
812 return mMinRdnssLifetime; in minRdnssLifetime()
902 mMinRdnssLifetime = getMinForPositiveValue(mMinRdnssLifetime, lifetime); in Ra()
DApfFilter.java720 private long mMinRdnssLifetime = Long.MAX_VALUE; field in ApfFilter.Ra
929 return mMinRdnssLifetime; in minRdnssLifetime()
1015 mMinRdnssLifetime = getMinForPositiveValue(mMinRdnssLifetime, lifetime); in Ra()