Home
last modified time | relevance | path

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

/versionedparcelable/versionedparcelable/src/main/java/androidx/versionedparcelable/
DVersionedParcelParcel.java258 public @Nullable Bundle readBundle() { in readBundle() method in VersionedParcelParcel
259 return mParcel.readBundle(getClass().getClassLoader()); in readBundle()
DVersionedParcelStream.java434 public @Nullable Bundle readBundle() { in readBundle() method in VersionedParcelStream
500 b.putBundle(key, readBundle()); in readObject()
503 b.putBundle(key, readBundle()); in readObject()
DVersionedParcel.java248 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/
Drestricted_1.0.0.txt36 method protected abstract android.os.Bundle! readBundle();
37 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
Drestricted_1.2.0-beta01.txt40 method protected abstract android.os.Bundle? readBundle();
41 method public android.os.Bundle? readBundle(android.os.Bundle?, int);
Drestricted_1.1.0-beta02.txt37 method protected abstract android.os.Bundle! readBundle();
38 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
Drestricted_1.1.0-beta01.txt41 method protected abstract android.os.Bundle! readBundle();
42 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
Drestricted_current.txt40 method protected abstract android.os.Bundle? readBundle();
41 method public android.os.Bundle? readBundle(android.os.Bundle?, int);
Drestricted_1.1.0-rc01.txt41 method protected abstract android.os.Bundle! readBundle();
42 method public android.os.Bundle! readBundle(android.os.Bundle!, int);
Drestricted_1.1.0-beta00.txt37 method protected abstract android.os.Bundle! readBundle();
38 method public android.os.Bundle! readBundle(android.os.Bundle!, int);