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

/frameworks/base/services/core/java/com/android/server/accounts/
H A DCryptoHelper.java24 /* default */ class CryptoHelper { class
35 private static CryptoHelper sInstance;
40 /* default */ synchronized static CryptoHelper getInstance() throws NoSuchAlgorithmException {
42 sInstance = new CryptoHelper();
47 private CryptoHelper() throws NoSuchAlgorithmException { method in class:CryptoHelper
H A DAccountManagerService.java3431 CryptoHelper cryptoHelper = CryptoHelper.getInstance();
3494 CryptoHelper cryptoHelper = CryptoHelper.getInstance();
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3094 CryptoHelper cryptoHelper = CryptoHelper.getInstance();

Completed in 453 milliseconds