Home
last modified time | relevance | path

Searched defs:credentialType (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTask.java102 int credentialType, in newInstance()
136 int credentialType, in KeySyncTask()
463 @KeyChainProtectionParams.LockScreenUiFormat static int getUiFormat(int credentialType) { in getUiFormat()
H A DTestOnlyInsecureCertificateHelper.java96 public boolean doesCredentialSupportInsecureMode(int credentialType, byte[] credential) { in doesCredentialSupportInsecureMode()
H A DRecoverableKeyStoreManager.java940 int credentialType, @NonNull byte[] credential, int userId) { in lockScreenSecretAvailable()
973 int credentialType, in lockScreenSecretChanged()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockscreenFrpTest.java164 final int credentialType = buffer.getInt(); in testFrpBlock_isForwardsCompatible() local
/aosp14/frameworks/base/core/java/android/credentials/
H A DPrepareGetCredentialResponseInternal.java67 public boolean hasCredentialResults(@NonNull String credentialType) { in hasCredentialResults()
H A DPrepareGetCredentialResponse.java124 public boolean hasCredentialResults(@NonNull String credentialType) { in hasCredentialResults()
H A DCredentialProviderInfo.java68 public boolean hasCapability(@NonNull String credentialType) { in hasCapability()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java493 @Utils.CredentialType final int credentialType = Utils.getCredentialType( in addCredentialView() local
H A DAuthBiometricView.java795 @Utils.CredentialType final int credentialType = in onAttachedToWindow() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java356 public int credentialType; field in SyntheticPasswordManager.PasswordData
367 public static PasswordData create(int credentialType, int pinLength) { in create()
735 final int credentialType = PasswordData.fromBytes(data.payload).credentialType; in getSpecialUserCredentialType() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java142 public static String credentialTypeToString(int credentialType) { in credentialTypeToString()
761 public static int credentialTypeToPasswordQuality(int credentialType) { in credentialTypeToPasswordQuality()