Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DCryptoHelper.java24 /* default */ class CryptoHelper { class
35 private static CryptoHelper sInstance;
40 /* default */ synchronized static CryptoHelper getInstance() throws NoSuchAlgorithmException { in getInstance()
42 sInstance = new CryptoHelper(); in getInstance()
47 private CryptoHelper() throws NoSuchAlgorithmException { in CryptoHelper() method in CryptoHelper
DAccountManagerService.java3477 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult()
3540 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3117 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper()