Searched refs:extrasProp (Results 1 – 1 of 1) sorted by relevance
289 Properties extrasProp = new Properties(); in deserializeExtrasBundle() local290 extrasProp.load(new StringReader(serializedExtras)); in deserializeExtrasBundle()291 extrasBundle = new PersistableBundle(extrasProp.size()); in deserializeExtrasBundle()292 for (String propName : extrasProp.stringPropertyNames()) { in deserializeExtrasBundle()293 extrasBundle.putString(propName, extrasProp.getProperty(propName)); in deserializeExtrasBundle()