Home
last modified time | relevance | path

Searched refs:cryptoHelper (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3450 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult() local
3451 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()
3513 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser() local
3514 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3117 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper() local
3118 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()