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