Home
last modified time | relevance | path

Searched refs:lockType (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DIInitialLockSetupService.aidl32 LockConfig getLockConfig(in int lockType) = 1; in getLockConfig() argument
39 int checkValidLock(in int lockType, in byte[] password) = 2; in checkValidLock() argument
46 int setLock(in int lockType, in byte[] password) = 3; in setLock() argument
60 String checkValidLockAndReturnError(in int lockType, in byte[] credentialBytes) = 4; in checkValidLockAndReturnError() argument
DInitialLockSetupClient.java369 @LockTypes int lockType) { in ValidateLockAsyncTask() argument
373 mLockType = lockType; in ValidateLockAsyncTask()
447 @LockTypes int lockType) { in SaveLockAsyncTask() argument
451 mLockType = lockType; in SaveLockAsyncTask()
/frameworks/base/core/java/android/app/
DRemoteLockscreenValidationSession.java70 public @NonNull Builder setLockType(@LockTypes int lockType) { in setLockType() argument
71 mInstance.mLockType = lockType; in setLockType()
DKeyguardManager.java966 public boolean isValidLockPasswordComplexity(@LockTypes int lockType, @NonNull byte[] password, in isValidLockPasswordComplexity() argument
975 try (LockscreenCredential credential = createLockscreenCredential(lockType, password)) { in isValidLockPasswordComplexity()
1019 public boolean setLock(@LockTypes int lockType, @NonNull byte[] password, in setLock() argument
1030 if (!isValidLockPasswordComplexity(lockType, password, complexity)) { in setLock()
1035 try (LockscreenCredential credential = createLockscreenCredential(lockType, password)) { in setLock()
1245 public boolean checkLock(@LockTypes int lockType, @Nullable byte[] password) { in checkLock() argument
1246 try (LockscreenCredential credential = createLockscreenCredential(lockType, password)) { in checkLock()
1296 @LockTypes int lockType, @Nullable byte[] password) { in createLockscreenCredential()
1300 switch (lockType) { in createLockscreenCredential()
1312 throw new IllegalArgumentException("Unknown lock type " + lockType); in createLockscreenCredential()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java1121 int lockType, byte[] password) { in createLockscreenCredential() argument
1122 switch (lockType) { in createLockscreenCredential()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...