Home
last modified time | relevance | path

Searched refs:CredentialType (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
H A DCreateCredentialComponents.kt52 import com.android.credentialmanager.common.CredentialType
277 CredentialType.PASSKEY ->
279 CredentialType.PASSWORD ->
403 CredentialType.PASSKEY -> stringResource(
407 CredentialType.PASSWORD -> stringResource(
411 CredentialType.UNKNOWN -> stringResource(
593 CredentialType.PASSKEY -> {
603 CredentialType.PASSWORD -> null
604 CredentialType.UNKNOWN -> requestDisplayInfo.subtitle
607 if (requestDisplayInfo.type == CredentialType.PASSWORD)
[all …]
H A DCreateModel.kt23 import com.android.credentialmanager.common.CredentialType
119 val type: CredentialType,
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
H A DGetModel.kt23 import com.android.credentialmanager.common.CredentialType
94 val credentialType: CredentialType,
294 if (CredentialType.PASSKEY == p0.credentialType) {
296 } else if (CredentialType.PASSKEY == p1.credentialType) {
H A DGetCredentialComponents.kt52 import com.android.credentialmanager.common.CredentialType
238 if (singleEntryType == CredentialType.PASSKEY)
240 else if (singleEntryType == CredentialType.PASSWORD)
249 entry.credentialType != CredentialType.PASSWORD &&
250 entry.credentialType != CredentialType.PASSKEY
539 val (username, displayName) = if (credentialEntryInfo.credentialType == CredentialType.PASSKEY)
553 credentialEntryInfo.credentialType == CredentialType.PASSWORD) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractor.kt84 @Utils.CredentialType kind: Int,
167 @Utils.CredentialType kind: Int,
186 private fun @receiver:Utils.CredentialType Int.asBiometricPromptCredential(): PromptKind =
H A DPromptCredentialInteractor.kt115 @Utils.CredentialType kind: Int,
207 private fun @receiver:Utils.CredentialType Int.asBiometricPromptCredential(): PromptKind =
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DDataConverter.kt34 import com.android.credentialmanager.common.CredentialType
249 credentialType = CredentialType.PASSWORD,
268 credentialType = CredentialType.PASSKEY,
287 credentialType = CredentialType.UNKNOWN,
476 CredentialType.PASSWORD,
511 type = CredentialType.UNKNOWN,
614 return if (isPasskeyFirstUse && requestDisplayInfo.type == CredentialType.PASSKEY &&
722 CredentialType.PASSKEY,
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
H A DCredentialType.kt19 enum class CredentialType {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUtils.kt96 @CredentialType
137 internal annotation class CredentialType
H A DAuthBiometricView.java795 @Utils.CredentialType final int credentialType = in onAttachedToWindow()
H A DAuthContainerView.java493 @Utils.CredentialType final int credentialType = Utils.getCredentialType( in addCredentialView()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt180 @LockPatternUtils.CredentialType
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractorImplTest.kt149 private fun TestScope.useCredentialAndReset(@Utils.CredentialType kind: Int) {
/aosp14/frameworks/base/core/java/android/app/admin/
H A DPasswordMetrics.java55 import com.android.internal.widget.LockPatternUtils.CredentialType;
81 public @CredentialType int credType;
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java140 public @interface CredentialType {} annotation in LockPatternUtils
1051 public @CredentialType int getCredentialTypeForUser(int userHandle) { in getCredentialTypeForUser()
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof12943 Lcom/android/credentialmanager/common/CredentialType;
13843 [Lcom/android/credentialmanager/common/CredentialType;