Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
H A DBiometricPromptRequest.kt18 val operationInfo: BiometricOperationInfo,
24 operationInfo: BiometricOperationInfo,
32 operationInfo = operationInfo
41 operationInfo: BiometricOperationInfo,
48 operationInfo = operationInfo,
55 operationInfo: BiometricOperationInfo,
56 ) : Credential(info, userInfo, operationInfo)
62 operationInfo: BiometricOperationInfo,
63 ) : Credential(info, userInfo, operationInfo)
69 operationInfo: BiometricOperationInfo,
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptCredentialInteractor.kt79 operationInfo = operationInfo(challenge)
85 operationInfo = operationInfo(challenge),
92 operationInfo = operationInfo(challenge)
105 private fun operationInfo(challenge: Long): BiometricOperationInfo = regex
H A DPromptSelectorInteractor.kt118 operationInfo = BiometricOperationInfo(gatekeeperChallenge = challenge),
H A DCredentialInteractor.kt87 request.operationInfo.gatekeeperChallenge,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/model/
H A DBiometricPromptRequestTest.kt39 assertThat(request.operationInfo).isEqualTo(BiometricOperationInfo(OPERATION_ID))
93 assertThat(request.operationInfo).isEqualTo(BiometricOperationInfo(OPERATION_ID))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptCredentialInteractorTest.kt124 assertThat(prompt?.operationInfo).isEqualTo(BiometricOperationInfo(OPERATION_ID))