Searched refs:marshaledEvent (Results 1 – 1 of 1) sorted by relevance
604 AccessibilityEvent marshaledEvent = AccessibilityEvent.obtain(); in testMarshaling2() local605 fullyPopulateAccessibilityEvent(marshaledEvent); in testMarshaling2()609 marshaledEvent.writeToParcel(parcel, 0); in testMarshaling2()615 assertEqualsAccessibilityEvent(marshaledEvent, unmarshaledEvent); in testMarshaling2()