Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java1551 public boolean throwsDuringDeserialization; field in BundleTest.CustomParcelable
1561 throwsDuringDeserialization = in.readBoolean(); in CustomParcelable()
1562 if (throwsDuringDeserialization) { in CustomParcelable()
1569 boolean throwsDuringDeserialization) { in setThrowsDuringDeserialization() argument
1570 this.throwsDuringDeserialization = throwsDuringDeserialization; in setThrowsDuringDeserialization()
1583 out.writeBoolean(throwsDuringDeserialization); in writeToParcel()
1596 && throwsDuringDeserialization == that.throwsDuringDeserialization in equals()
1602 return Objects.hash(integer, string, throwsDuringDeserialization); in hashCode()