Searched refs:readBundle (Results 1 – 6 of 6) sorted by relevance
261 Bundle b2 = parcel.readBundle(); in testReadWriteSimpleBundle()269 b2 = parcel.readBundle(null /* ClassLoader */); in testReadWriteSimpleBundle()285 Bundle b2 = parcel.readBundle(); in testReadWriteNestedBundles()295 b2 = parcel.readBundle(null /* ClassLoader */); in testReadWriteNestedBundles()315 Bundle b2 = parcel.readBundle(); in testReadWriteBundleWithDifferentValueTypes()329 b2 = parcel.readBundle(null /* ClassLoader */); in testReadWriteBundleWithDifferentValueTypes()
755 return readBundle(loader); // loading will be deferred in readValue()766 public Bundle readBundle() { in readBundle() method in ShadowParcel767 return readBundle(null); in readBundle()771 public Bundle readBundle(ClassLoader loader) { in readBundle() method in ShadowParcel
639 extras.putAll(in.readBundle()); in readFromParcel()
140 Bundle in = source.readBundle(getClass().getClassLoader()); in BufferCallbackTimes()
164 Bundle in = source.readBundle(getClass().getClassLoader()); in BufferPeriod()
215 Bundle bundle = in.readBundle(getClass().getClassLoader()); in Correlation()