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

  /frameworks/base/core/java/android/security/keystore/recovery/
KeyChainProtectionParams.java 71 @IntDef(prefix = {"TYPE_"}, value = {TYPE_LOCKSCREEN})
78 public static final int TYPE_LOCKSCREEN = 100;
118 * @see TYPE_LOCKSCREEN
162 * Default value is {@link TYPE_LOCKSCREEN}.
164 * @see TYPE_LOCKSCREEN
221 mInstance.mUserSecretType = TYPE_LOCKSCREEN;
  /frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
KeyChainProtectionParamsTest.java 35 private static final int USER_SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
KeyChainSnapshotTest.java 43 private static final int USER_SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
KeySyncTask.java 19 import static android.security.keystore.recovery.KeyChainProtectionParams.TYPE_LOCKSCREEN;
343 .setUserSecretType(TYPE_LOCKSCREEN)
424 if (!ArrayUtils.contains(types, KeyChainProtectionParams.TYPE_LOCKSCREEN)) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
KeySyncTaskTest.java 19 import static android.security.keystore.recovery.KeyChainProtectionParams.TYPE_LOCKSCREEN;
122 new int[] {TYPE_LOCKSCREEN});
124 new int[] {TYPE_LOCKSCREEN});
    [all...]
RecoverableKeyStoreManagerTest.java 19 import static android.security.keystore.recovery.KeyChainProtectionParams.TYPE_LOCKSCREEN;
146 .setUserSecretType(TYPE_LOCKSCREEN)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotSerializerTest.java 49 private static final int SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
RecoverySnapshotStorageTest.java 43 private static final int SECRET_TYPE = KeyChainProtectionParams.TYPE_LOCKSCREEN;

Completed in 115 milliseconds