Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DProvisioningIntentHelper.java189 PersistableBundle extrasBundle = new PersistableBundle(bundleProperties.size()); in deserializeExtrasBundle() local
192 extrasBundle.putString(propertyName, bundleProperties.getProperty(propertyName)); in deserializeExtrasBundle()
194 return extrasBundle; in deserializeExtrasBundle()