Searched refs:TestSafeParcelableV3 (Results 1 – 2 of 2) sorted by relevance
21 public final class TestSafeParcelableV3 extends AbstractSafeParcelable { class23 public static final Creator<TestSafeParcelableV3> CREATOR = new TestSafeParcelableV3Creator();56 public TestSafeParcelableV3( in TestSafeParcelableV3() method in TestSafeParcelableV379 public TestSafeParcelableV3( in TestSafeParcelableV3() method in TestSafeParcelableV3126 if (object instanceof TestSafeParcelableV3) { in equals()127 TestSafeParcelableV3 p = (TestSafeParcelableV3) object; in equals()
1471 TestSafeParcelableV3 p = in testSafeParcelableWithPrivateProtectedFinal()1472 new TestSafeParcelableV3( in testSafeParcelableWithPrivateProtectedFinal()1484 TestSafeParcelableV3 readP = in testSafeParcelableWithPrivateProtectedFinal()1485 SafeParcelReader.createParcelable(mParcel, header, TestSafeParcelableV3.CREATOR); in testSafeParcelableWithPrivateProtectedFinal()