Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/common/java/android/net/metrics/
DRaEventTest.kt33 var raEvent = RaEvent.Builder().build() in testConstructorAndParcel() variable
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()
41 raEvent = RaEvent.Builder() in testConstructorAndParcel()
49 assertEquals(1, raEvent.routerLifetime) in testConstructorAndParcel()
50 assertEquals(2, raEvent.prefixValidLifetime) in testConstructorAndParcel()
[all …]