Searched refs:putPersistableBundlableIfNotNull (Results 1 – 2 of 2) sorted by relevance
45 import static com.android.managedprovisioning.common.StoreUtils.putPersistableBundlableIfNotNull;407 putPersistableBundlableIfNotNull(bundle, TAG_WIFI_INFO, wifiInfo); in toPersistableBundle()417 putPersistableBundlableIfNotNull(bundle, TAG_PACKAGE_DOWNLOAD_INFO, in toPersistableBundle()419 putPersistableBundlableIfNotNull(bundle, EXTRA_PROVISIONING_DISCLAIMERS, in toPersistableBundle()
149 public static void putPersistableBundlableIfNotNull(PersistableBundle bundle, String attrName, in putPersistableBundlableIfNotNull() method in StoreUtils