Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java704 assertNull(mBundle.getSerializable(KEY1, AnotherSerializable.class)); in testGetSerializableTypeSafe_withMismatchingType_returnsNull()
1543 public static class AnotherSerializable implements Serializable { class in BundleTest