Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DCryptoHelper.java57 /* default */ Bundle encryptBundle(@NonNull Bundle bundle) throws GeneralSecurityException { in encryptBundle() method in CryptoHelper
H A DAccountManagerService.java3572 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3253 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()