Home
last modified time | relevance | path

Searched refs:TYPE_LOCKSCREEN (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/security/keystore/recovery/
DKeyChainProtectionParams.java71 @IntDef(prefix = {"TYPE_"}, value = {TYPE_LOCKSCREEN})
78 public static final int TYPE_LOCKSCREEN = 100; field in KeyChainProtectionParams
221 mInstance.mUserSecretType = TYPE_LOCKSCREEN; in build()
/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
DKeyChainProtectionParamsTest.java35 private static final int USER_SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
DKeyChainSnapshotTest.java43 private static final int USER_SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DKeySyncTask.java19 import static android.security.keystore.recovery.KeyChainProtectionParams.TYPE_LOCKSCREEN;
343 .setUserSecretType(TYPE_LOCKSCREEN) in syncKeysForAgent()
424 if (!ArrayUtils.contains(types, KeyChainProtectionParams.TYPE_LOCKSCREEN)) { in shouldCreateSnapshot()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncTaskTest.java19 import static android.security.keystore.recovery.KeyChainProtectionParams.TYPE_LOCKSCREEN;
122 new int[] {TYPE_LOCKSCREEN}); in setUp()
124 new int[] {TYPE_LOCKSCREEN}); in setUp()
722 new int[] {TYPE_LOCKSCREEN, 1000}); in run_sendsEncryptedKeysOnlyForAgentWhichActiveUserSecretType()
DRecoverableKeyStoreManagerTest.java19 import static android.security.keystore.recovery.KeyChainProtectionParams.TYPE_LOCKSCREEN;
146 .setUserSecretType(TYPE_LOCKSCREEN)
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializerTest.java49 private static final int SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorageTest.java43 private static final int SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
/frameworks/base/api/
Dsystem-current.txt4315 field public static final int TYPE_LOCKSCREEN = 100; // 0x64
/frameworks/base/config/
Dhiddenapi-public-dex.txt39369 Landroid/security/keystore/recovery/KeyChainProtectionParams;->TYPE_LOCKSCREEN:I