Home
last modified time | relevance | path

Searched refs:propertyNames (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DProvisioningIntentHelper.java135 Enumeration propertyNames = properties.propertyNames(); in createBundleFromProperties() local
138 while (propertyNames.hasMoreElements()) { in createBundleFromProperties()
139 String propertyName = (String) propertyNames.nextElement(); in createBundleFromProperties()
190 Set<String> propertyNames = bundleProperties.stringPropertyNames(); in deserializeExtrasBundle() local
191 for (String propertyName : propertyNames) { in deserializeExtrasBundle()
/aosp14/frameworks/base/core/java/android/transition/
H A DTransition.java2178 String[] propertyNames = mPropagation.getPropagationProperties(); in capturePropagationValues() local
2179 if (propertyNames == null) { in capturePropagationValues()
2183 for (int i = 0; i < propertyNames.length; i++) { in capturePropagationValues()
2184 if (!transitionValues.values.containsKey(propertyNames[i])) { in capturePropagationValues()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...