Home
last modified time | relevance | path

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

/aosp14/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.java3652 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3389 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()