Searched refs:readException (Results 1 – 9 of 9) sorted by relevance
| /versionedparcelable/versionedparcelable/src/androidTest/java/androidx/versionedparcelable/ |
| D | VersionedParcelStreamTest.java | 69 assertNull(createInputParcel().readException(null, 0)); in testNoException() 76 createInputParcel().readException(null, 0).getClass()); in testIllegalArgumentException()
|
| /versionedparcelable/versionedparcelable/api/ |
| D | restricted_1.0.0.txt | 46 method public Exception! readException(Exception!, int);
|
| D | restricted_1.2.0-beta01.txt | 52 method public Exception? readException(Exception?, int);
|
| D | restricted_1.1.0-beta02.txt | 49 method public Exception! readException(Exception!, int);
|
| D | restricted_1.1.0-beta01.txt | 53 method public Exception! readException(Exception!, int);
|
| D | restricted_current.txt | 52 method public Exception? readException(Exception?, int);
|
| D | restricted_1.1.0-rc01.txt | 53 method public Exception! readException(Exception!, int);
|
| D | restricted_1.1.0-beta00.txt | 49 method public Exception! readException(Exception!, int);
|
| /versionedparcelable/versionedparcelable/src/main/java/androidx/versionedparcelable/ |
| D | VersionedParcel.java | 1164 public @Nullable Exception readException(@Nullable Exception def, int fieldId) { in readException() method in VersionedParcel
|