Searched refs:readBundle (Results 1 – 10 of 10) sorted by relevance
| /versionedparcelable/versionedparcelable/src/main/java/androidx/versionedparcelable/ |
| D | VersionedParcelParcel.java | 258 public @Nullable Bundle readBundle() { in readBundle() method in VersionedParcelParcel 259 return mParcel.readBundle(getClass().getClassLoader()); in readBundle()
|
| D | VersionedParcelStream.java | 434 public @Nullable Bundle readBundle() { in readBundle() method in VersionedParcelStream 500 b.putBundle(key, readBundle()); in readObject() 503 b.putBundle(key, readBundle()); in readObject()
|
| D | VersionedParcel.java | 248 protected abstract @Nullable Bundle readBundle(); in readBundle() method in VersionedParcel 495 public @Nullable Bundle readBundle(@Nullable Bundle def, int fieldId) { in readBundle() method in VersionedParcel 499 return readBundle(); in readBundle()
|
| /versionedparcelable/versionedparcelable/api/ |
| D | restricted_1.0.0.txt | 36 method protected abstract android.os.Bundle! readBundle(); 37 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
|
| D | restricted_1.2.0-beta01.txt | 40 method protected abstract android.os.Bundle? readBundle(); 41 method public android.os.Bundle? readBundle(android.os.Bundle?, int);
|
| D | restricted_1.1.0-beta02.txt | 37 method protected abstract android.os.Bundle! readBundle(); 38 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
|
| D | restricted_1.1.0-beta01.txt | 41 method protected abstract android.os.Bundle! readBundle(); 42 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
|
| D | restricted_current.txt | 40 method protected abstract android.os.Bundle? readBundle(); 41 method public android.os.Bundle? readBundle(android.os.Bundle?, int);
|
| D | restricted_1.1.0-rc01.txt | 41 method protected abstract android.os.Bundle! readBundle(); 42 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
|
| D | restricted_1.1.0-beta00.txt | 37 method protected abstract android.os.Bundle! readBundle(); 38 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
|