Searched refs:mCredentialType (Results 1 – 4 of 4) sorted by relevance
87 private final int mCredentialType; field in KeySyncTask145 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 …]
76 if (mCredentialType == Utils.CREDENTIAL_PIN) { in onAttachedToWindow()103 try (LockscreenCredential password = mCredentialType == Utils.CREDENTIAL_PIN in checkPasswordAndUnlock()
87 protected @Utils.CredentialType int mCredentialType; field in AuthCredentialView190 mCredentialType = credentialType; in setCredentialType()321 switch (mCredentialType) { in onCredentialVerified()377 getLastAttemptBeforeWipeMessageRes(getUserTypeForWipe(), mCredentialType)) in showLastAttemptBeforeWipeDialog()
196 assertEquals(Utils.CREDENTIAL_PATTERN, mAuthContainer.mCredentialView.mCredentialType); in testCredentialViewUsesEffectiveUserId()