Searched refs:fromMap (Results 1 – 6 of 6) sorted by relevance
229 final ArrayMap<String, Object> fromMap = from.mMap; in BaseBundle() local230 final int n = fromMap.size(); in BaseBundle()233 mMap.append(fromMap.keyAt(i), deepCopyValue(fromMap.valueAt(i))); in BaseBundle()
188 PersistableBundleUtils.fromMap( in testMapConversionLossless()
247 PersistableBundleUtils.fromMap( in toPersistableBundle()
240 public static <K, V> PersistableBundle fromMap( in fromMap() method in PersistableBundleUtils
910 PersistableBundleUtils.fromMap( in writeConfigsToDiskLocked()
251 PersistableBundleUtils.fromMap( in VcnManagementServiceTest()