Searched refs:rdnssLifetime (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/net/metrics/ |
H A D | RaEvent.java | 49 public final long rdnssLifetime; field in RaEvent 55 long routeInfoLifetime, long rdnssLifetime, long dnsslLifetime) { in RaEvent() argument 60 this.rdnssLifetime = rdnssLifetime; in RaEvent() 70 rdnssLifetime = in.readLong(); in RaEvent() 81 out.writeLong(rdnssLifetime); in writeToParcel() 99 .append(String.format("rdnss=%ds, ", rdnssLifetime)) in toString() 112 && rdnssLifetime == other.rdnssLifetime in equals() 133 long rdnssLifetime = NO_LIFETIME; field in RaEvent.Builder 141 routeInfoLifetime, rdnssLifetime, dnsslLifetime); in build() 165 rdnssLifetime = updateLifetime(rdnssLifetime, lifetime); in updateRdnssLifetime()
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/metrics/ |
H A D | RaEventTest.kt | 38 assertEquals(NO_LIFETIME, raEvent.rdnssLifetime) 53 assertEquals(5, raEvent.rdnssLifetime) 67 assertEquals(5, raEvent.rdnssLifetime)
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | IpConnectivityEventBuilder.java | 301 raEvent.rdnssLifetime = in.rdnssLifetime; in setRaEvent()
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
H A D | ApfTest.java | 2016 && (ev1.rdnssLifetime == ev2.rdnssLifetime) in raEventEquals()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 36354 Landroid/net/metrics/RaEvent$Builder;->rdnssLifetime:J 36365 Landroid/net/metrics/RaEvent;->rdnssLifetime:J
|