Searched refs:readBundle (Results 1 – 5 of 5) 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()
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
1490 0x710c56c8 android.os.Parcel readBundle ()Landroid/os/Bundle; Parcel.java1491 0x710c56f8 android.os.Parcel readBundle (Ljava/lang/ClassLoader;)Landroid/os/Bundle; Parcel.java