Searched refs:AnotherSerializable (Results 1 – 1 of 1) sorted by relevance
704 assertNull(mBundle.getSerializable(KEY1, AnotherSerializable.class)); in testGetSerializableTypeSafe_withMismatchingType_returnsNull()1543 public static class AnotherSerializable implements Serializable { class in BundleTest