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.java3473 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult() local
3474 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()
3536 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser() local
3537 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3121 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper() local
3122 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()