Searched refs:marshaledEvent (Results 1 – 1 of 1) sorted by relevance
526 AccessibilityEvent marshaledEvent = AccessibilityEvent.obtain(); in testMarshaling2() local527 fullyPopulateAccessibilityEvent(marshaledEvent); in testMarshaling2()531 marshaledEvent.writeToParcel(parcel, 0); in testMarshaling2()537 assertEqualsAccessibilityEvent(marshaledEvent, unmarshaledEvent); in testMarshaling2()