Searched refs:networkEvent (Results 1 – 3 of 3) sorted by relevance
32 var networkEvent = NetworkEvent(it) in testConstructorAndParcel() variable33 assertEquals(it, networkEvent.eventType) in testConstructorAndParcel()34 assertEquals(0, networkEvent.durationMs) in testConstructorAndParcel()36 networkEvent = NetworkEvent(it, Long.MAX_VALUE) in testConstructorAndParcel()37 assertEquals(it, networkEvent.eventType) in testConstructorAndParcel()38 assertEquals(Long.MAX_VALUE, networkEvent.durationMs) in testConstructorAndParcel()40 assertParcelingIsLossless(networkEvent) in testConstructorAndParcel()
META-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...