Home
last modified time | relevance | path

Searched refs:mCredentialType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTask.java87 private final int mCredentialType; field in KeySyncTask
145 mCredentialType = credentialType; in KeySyncTask()
168 if (mCredentialType == LockPatternUtils.CREDENTIAL_TYPE_NONE) { in syncKeys()
204 return mCredentialType != LockPatternUtils.CREDENTIAL_TYPE_NONE in isCustomLockScreen()
205 && mCredentialType != LockPatternUtils.CREDENTIAL_TYPE_PATTERN in isCustomLockScreen()
206 && mCredentialType != LockPatternUtils.CREDENTIAL_TYPE_PIN in isCustomLockScreen()
207 && mCredentialType != LockPatternUtils.CREDENTIAL_TYPE_PASSWORD; in isCustomLockScreen()
255 mCredentialType, mCredential)) { in syncKeysForAgent()
359 .setLockScreenUiFormat(getUiFormat(mCredentialType)) in syncKeysForAgent()
537 return mCredentialType == LockPatternUtils.CREDENTIAL_TYPE_PASSWORD in shouldUseScryptToHashCredential()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthCredentialPasswordView.java76 if (mCredentialType == Utils.CREDENTIAL_PIN) { in onAttachedToWindow()
103 try (LockscreenCredential password = mCredentialType == Utils.CREDENTIAL_PIN in checkPasswordAndUnlock()
H A DAuthCredentialView.java87 protected @Utils.CredentialType int mCredentialType; field in AuthCredentialView
190 mCredentialType = credentialType; in setCredentialType()
321 switch (mCredentialType) { in onCredentialVerified()
377 getLastAttemptBeforeWipeMessageRes(getUserTypeForWipe(), mCredentialType)) in showLastAttemptBeforeWipeDialog()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java196 assertEquals(Utils.CREDENTIAL_PATTERN, mAuthContainer.mCredentialView.mCredentialType); in testCredentialViewUsesEffectiveUserId()