Searched refs:raEvent (Results 1 – 1 of 1) sorted by relevance
33 var raEvent = RaEvent.Builder().build() in testConstructorAndParcel() variable34 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 …]