Searched refs:sDeserialized (Results 1 – 1 of 1) sorted by relevance
93 CustomParcelable.sDeserialized = false; in tearDown()94 CustomSerializable.sDeserialized = false; in tearDown()556 assertFalse(CustomParcelable.sDeserialized); in testGetParcelableTypeSafe_withMismatchingType_returnsNull()602 assertFalse(CustomParcelable.sDeserialized); in testGetParcelableArrayTypeSafe_withMismatchingType_returnsNull()655 assertFalse(CustomParcelable.sDeserialized); in testGetParcelableArrayListTypeSafe_withMismatchingType_returnsNull()676 assertFalse(CustomParcelable.sDeserialized); in testGetParcelableArrayListTypeSafe_withMismatchingTypeAndDifferentReturnType_returnsNull()705 assertFalse(CustomSerializable.sDeserialized); in testGetSerializableTypeSafe_withMismatchingType_returnsNull()713 assertTrue(CustomSerializable.sDeserialized); in testGetSerializableTypeSafe_withMatchingType_returnsObject()721 assertTrue(CustomSerializable.sDeserialized); in testGetSerializableTypeSafe_withBaseType_returnsObject()832 assertFalse(CustomParcelable.sDeserialized); in testGetSparseParcelableArrayTypeSafe_withMismatchingType_returnsNull()[all …]