Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java293 final ConnectEvent connectEventOut = ConnectEvent.CREATOR.createFromParcel(parcel); in verifyConnectEvent() local
294 assertThat(connectEventOut).isNotNull(); in verifyConnectEvent()
295 verifyConnectEventsEqual(connectEvent, connectEventOut); in verifyConnectEvent()