Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/tests/unittests/src/com/android/server/devicelock/
DParcelableExceptionTest.java54 ParcelableException outParcelable = parcel.readParcelable( in parcelableExceptionShouldParcelAndUnparcel() local
56 assertThat(outParcelable).isNotNull(); in parcelableExceptionShouldParcelAndUnparcel()
58 .isEqualTo(outParcelable.getException().getMessage()); in parcelableExceptionShouldParcelAndUnparcel()