Searched refs:ipReachabilityEvent (Results 1 – 2 of 2) sorted by relevance
32 val ipReachabilityEvent = IpReachabilityEvent(it) in testConstructorAndParcel() constant33 assertEquals(it, ipReachabilityEvent.eventType) in testConstructorAndParcel()35 assertParcelSane(ipReachabilityEvent, 1) in testConstructorAndParcel()
240 IpConnectivityLogClass.IpReachabilityEvent ipReachabilityEvent = in setIpReachabilityEvent() local242 ipReachabilityEvent.eventType = in.eventType; in setIpReachabilityEvent()243 out.setIpReachabilityEvent(ipReachabilityEvent); in setIpReachabilityEvent()