HomeSort by relevance Sort by last modified time
    Searched full:attrbundle (Results 1 - 1 of 1) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
StoreUtils.java 158 final PersistableBundle attrBundle = bundle.getPersistableBundle(attrName);
159 return attrBundle == null ? null : converter.apply(attrBundle);

Completed in 334 milliseconds