Home
last modified time | relevance | path

Searched refs:TYPE_LOCKSCREEN (Results 1 – 9 of 9) 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.java36 private static final int USER_SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
DKeyChainSnapshotTest.java45 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;
347 .setUserSecretType(TYPE_LOCKSCREEN) in syncKeysForAgent()
429 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;
126 new int[] {TYPE_LOCKSCREEN}); in setUp()
128 new int[] {TYPE_LOCKSCREEN}); in setUp()
759 new int[] {TYPE_LOCKSCREEN, 1000}); in run_sendsEncryptedKeysOnlyForAgentWhichActiveUserSecretType()
DRecoverableKeyStoreManagerTest.java19 import static android.security.keystore.recovery.KeyChainProtectionParams.TYPE_LOCKSCREEN;
148 .setUserSecretType(TYPE_LOCKSCREEN)
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorageTest.java44 private static final int SECRET_TYPE = KeyChainProtectionParams.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/api/
Dsystem-current.txt6129 field public static final int TYPE_LOCKSCREEN = 100; // 0x64