Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/common/java/android/net/metrics/
DRaEventTest.kt26 private const val NO_LIFETIME: Long = -1L constant
34 assertEquals(NO_LIFETIME, raEvent.routerLifetime) in testConstructorAndParcel()
35 assertEquals(NO_LIFETIME, raEvent.prefixValidLifetime) in testConstructorAndParcel()
36 assertEquals(NO_LIFETIME, raEvent.prefixPreferredLifetime) in testConstructorAndParcel()
37 assertEquals(NO_LIFETIME, raEvent.routeInfoLifetime) in testConstructorAndParcel()
38 assertEquals(NO_LIFETIME, raEvent.rdnssLifetime) in testConstructorAndParcel()
39 assertEquals(NO_LIFETIME, raEvent.dnsslLifetime) in testConstructorAndParcel()