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 D | BiometricPromptRequest.kt | 18 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 D | PromptCredentialInteractor.kt | 79 operationInfo = operationInfo(challenge) 85 operationInfo = operationInfo(challenge), 92 operationInfo = operationInfo(challenge) 105 private fun operationInfo(challenge: Long): BiometricOperationInfo = regex
|
H A D | PromptSelectorInteractor.kt | 118 operationInfo = BiometricOperationInfo(gatekeeperChallenge = challenge),
|
H A D | CredentialInteractor.kt | 87 request.operationInfo.gatekeeperChallenge,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/model/ |
H A D | BiometricPromptRequestTest.kt | 39 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 D | PromptCredentialInteractorTest.kt | 124 assertThat(prompt?.operationInfo).isEqualTo(BiometricOperationInfo(OPERATION_ID))
|