Home
last modified time | relevance | path

Searched refs:PlatformKeyManager (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java69 public class PlatformKeyManager { class
101 public static PlatformKeyManager getInstance(Context context, RecoverableKeyStoreDb database) in getInstance()
103 return new PlatformKeyManager( in getInstance()
110 PlatformKeyManager( in PlatformKeyManager() method in PlatformKeyManager
DKeySyncTask.java90 private final PlatformKeyManager mPlatformKeyManager;
114 PlatformKeyManager.getInstance(context, recoverableKeyStoreDb), in newInstance()
139 PlatformKeyManager platformKeyManager, in KeySyncTask()
DRecoverableKeyStoreManager.java101 private final PlatformKeyManager mPlatformKeyManager;
115 PlatformKeyManager platformKeyManager; in getInstance()
118 platformKeyManager = PlatformKeyManager.getInstance(context, db); in getInstance()
157 PlatformKeyManager platformKeyManager, in RecoverableKeyStoreManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java88 private PlatformKeyManager mPlatformKeyManager;
601 class PlatformKeyManagerTestable extends PlatformKeyManager {
DKeySyncTaskTest.java104 @Mock private PlatformKeyManager mPlatformKeyManager;
DRecoverableKeyStoreManagerTest.java157 @Mock private PlatformKeyManager mPlatformKeyManager;
/frameworks/base/services/
Dart-profile8417 …sStorage;II[BZLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;Lcom/android…
8433 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->ensureDecryptionKeyIsVal…
8434 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->generateAndLoadKey(II)V
8435 HSPLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getAndLoadAndroidKeySt…
8436 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getDecryptAlias(II)Ljava…
8437 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getDecryptKey(I)Lcom/and…
8438 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getDecryptKeyInternal(I)…
8439 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getEncryptAlias(II)Ljava…
8440 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getEncryptKey(I)Lcom/and…
8441 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getEncryptKeyInternal(I)…
[all …]