Searched refs:propertyBundles (Results 1 – 1 of 1) sorted by relevance
126 ArrayList<Bundle> propertyBundles = in getProperties() local128 if (propertyBundles.isEmpty()) { in getProperties()131 List<PropertyConfig> ret = new ArrayList<>(propertyBundles.size()); in getProperties()132 for (int i = 0; i < propertyBundles.size(); i++) { in getProperties()133 ret.add(PropertyConfig.fromBundle(propertyBundles.get(i))); in getProperties()