Searched refs:encryptionBundle (Results 1 – 3 of 3) sorted by relevance
90 PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle() local91 Objects.requireNonNull(encryptionBundle, "Encryption algo bundle is null"); in fromPersistableBundle()94 encryptionBundle, EncryptionTransform::fromPersistableBundle); in fromPersistableBundle()
113 PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle() local114 Objects.requireNonNull(encryptionBundle, "Encryption algo bundle is null"); in fromPersistableBundle()117 encryptionBundle, EncryptionTransform::fromPersistableBundle); in fromPersistableBundle()
306 PersistableBundle encryptionBundle = in toPersistableBundle() local310 result.putPersistableBundle(ENCRYPT_ALGO_KEY, encryptionBundle); in toPersistableBundle()