Searched refs:ipManagerEvent (Results 1 – 1 of 1) sorted by relevance
32 val ipManagerEvent = IpManagerEvent(it, Long.MAX_VALUE) in testConstructorAndParcel() constant33 assertEquals(it, ipManagerEvent.eventType) in testConstructorAndParcel()34 assertEquals(Long.MAX_VALUE, ipManagerEvent.durationMs) in testConstructorAndParcel()36 assertParcelingIsLossless(ipManagerEvent) in testConstructorAndParcel()