HomeSort by relevance Sort by last modified time
    Searched refs:CryptoHelper (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/accounts/
CryptoHelper.java 24 /* default */ class CryptoHelper {
35 private static CryptoHelper sInstance;
40 /* default */ synchronized static CryptoHelper getInstance() throws NoSuchAlgorithmException {
42 sInstance = new CryptoHelper();
47 private CryptoHelper() throws NoSuchAlgorithmException {
AccountManagerService.java     [all...]

Completed in 454 milliseconds