Searched refs:rdnssLifetime (Results 1 – 3 of 3) sorted by relevance
36 public final long rdnssLifetime; field in RaEvent40 long routeInfoLifetime, long rdnssLifetime, long dnsslLifetime) { in RaEvent() argument45 this.rdnssLifetime = rdnssLifetime; in RaEvent()54 rdnssLifetime = in.readLong(); in RaEvent()64 out.writeLong(rdnssLifetime); in writeToParcel()80 .append(String.format("rdnss=%ds, ", rdnssLifetime)) in toString()101 long rdnssLifetime = NO_LIFETIME; field in RaEvent.Builder109 routeInfoLifetime, rdnssLifetime, dnsslLifetime); in build()133 rdnssLifetime = updateLifetime(rdnssLifetime, lifetime); in updateRdnssLifetime()
302 raEvent.rdnssLifetime = in.rdnssLifetime; in setRaEvent()
1441 && (ev1.rdnssLifetime == ev2.rdnssLifetime) in raEventEquals()