Searched refs:routeInfoLifetime (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/net/metrics/ |
H A D | RaEvent.java | 47 public final long routeInfoLifetime; field in RaEvent 55 long routeInfoLifetime, long rdnssLifetime, long dnsslLifetime) { in RaEvent() argument 59 this.routeInfoLifetime = routeInfoLifetime; in RaEvent() 69 routeInfoLifetime = in.readLong(); in RaEvent() 80 out.writeLong(routeInfoLifetime); in writeToParcel() 98 .append(String.format("route_info=%ds, ", routeInfoLifetime)) in toString() 111 && routeInfoLifetime == other.routeInfoLifetime in equals() 132 long routeInfoLifetime = NO_LIFETIME; field in RaEvent.Builder 141 routeInfoLifetime, rdnssLifetime, dnsslLifetime); in build() 160 routeInfoLifetime = updateLifetime(routeInfoLifetime, lifetime); in updateRouteInfoLifetime()
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/metrics/ |
H A D | RaEventTest.kt | 37 assertEquals(NO_LIFETIME, raEvent.routeInfoLifetime) 52 assertEquals(4, raEvent.routeInfoLifetime) 66 assertEquals(4, raEvent.routeInfoLifetime)
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | IpConnectivityEventBuilder.java | 300 raEvent.routeInfoLifetime = in.routeInfoLifetime; in setRaEvent()
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
H A D | ApfTest.java | 2015 && (ev1.routeInfoLifetime == ev2.routeInfoLifetime) in raEventEquals()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 36355 Landroid/net/metrics/RaEvent$Builder;->routeInfoLifetime:J 36366 Landroid/net/metrics/RaEvent;->routeInfoLifetime:J
|