Searched refs:tempBundle (Results 1 – 1 of 1) sorted by relevance
95 Bundle tempBundle = new Bundle(); in writeMapToParcel() local97 tempBundle.putParcelable(entry.getKey().toString(), entry.getValue()); in writeMapToParcel()100 targetParcel.writeBundle(tempBundle); in writeMapToParcel()116 Bundle tempBundle = Bundle.CREATOR.createFromParcel(sourceParcel); in readMapFromParcel() local117 tempBundle.setClassLoader(valueClass.getClassLoader()); in readMapFromParcel()119 for (String key : tempBundle.keySet()) { in readMapFromParcel()122 ? tempBundle.getParcelable(key) in readMapFromParcel()123 : tempBundle.getParcelable(key, valueClass); in readMapFromParcel()