Searched refs:propertyNames (Results 1 – 4 of 4) sorted by relevance
135 Enumeration propertyNames = properties.propertyNames(); in createBundleFromProperties() local138 while (propertyNames.hasMoreElements()) { in createBundleFromProperties()139 String propertyName = (String) propertyNames.nextElement(); in createBundleFromProperties()190 Set<String> propertyNames = bundleProperties.stringPropertyNames(); in deserializeExtrasBundle() local191 for (String propertyName : propertyNames) { in deserializeExtrasBundle()
2182 String[] propertyNames = mPropagation.getPropagationProperties(); in capturePropagationValues() local2183 if (propertyNames == null) { in capturePropagationValues()2187 for (int i = 0; i < propertyNames.length; i++) { in capturePropagationValues()2188 if (!transitionValues.values.containsKey(propertyNames[i])) { in capturePropagationValues()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48629 method public java.util.Enumeration<?> propertyNames();