Home
last modified time | relevance | path

Searched refs:REASON_ENROLL_ENROLLING (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricRequestConstants.java37 public static final int REASON_ENROLL_ENROLLING = 2; field in BiometricRequestConstants
49 REASON_ENROLL_ENROLLING,
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceEnrollClientTest.java229 BiometricRequestConstants.REASON_ENROLL_ENROLLING).build() in testAuthenticationStateListeners_onEnrollmentStartedAndStopped()
238 BiometricRequestConstants.REASON_ENROLL_ENROLLING).build() in testAuthenticationStateListeners_onEnrollmentStartedAndStopped()
257 BiometricRequestConstants.REASON_ENROLL_ENROLLING, in testAuthenticationStateListeners_onEnrollmentError()
263 BiometricRequestConstants.REASON_ENROLL_ENROLLING).build() in testAuthenticationStateListeners_onEnrollmentError()
279 BiometricRequestConstants.REASON_ENROLL_ENROLLING, in testAuthenticationStateListeners_onAuthenticationHelp()
289 BiometricRequestConstants.REASON_ENROLL_ENROLLING, in testAuthenticationStateListeners_onAuthenticationHelp()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintEnrollClientTest.java327 BiometricRequestConstants.REASON_ENROLL_ENROLLING).build() in showHideOverlay()
338 BiometricRequestConstants.REASON_ENROLL_ENROLLING).build() in showHideOverlay()
358 BiometricRequestConstants.REASON_ENROLL_ENROLLING, in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
363 BiometricRequestConstants.REASON_ENROLL_ENROLLING, in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
385 BiometricRequestConstants.REASON_ENROLL_ENROLLING, in testAuthenticationStateListeners_onError()
391 BiometricRequestConstants.REASON_ENROLL_ENROLLING).build() in testAuthenticationStateListeners_onError()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DEnrollClient.java146 return BiometricRequestConstants.REASON_ENROLL_ENROLLING; in getRequestReasonFromFingerprintEnrollReason()
158 BiometricRequestConstants.REASON_ENROLL_ENROLLING; in getRequestReasonFromFaceEnrollReason()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt28 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_ENROLLING in <lambda>()
344 REASON_ENROLL_FIND_SENSOR, REASON_ENROLL_ENROLLING -> true in <lambda>()
356 REASON_ENROLL_ENROLLING -> { in <lambda>()
479 REASON_ENROLL_FIND_SENSOR, REASON_ENROLL_ENROLLING -> true in <lambda>()
563 this == REASON_ENROLL_ENROLLING ||
DUdfpsShell.kt25 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_ENROLLING
112 "enroll-enrolling" -> REASON_ENROLL_ENROLLING in getEnrollmentReason()
DUdfpsController.java24 import static android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_ENROLLING;
499 case REASON_ENROLL_ENROLLING: in getBiometricSessionType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt25 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_ENROLLING in <lambda>()
224 REASON_ENROLL_ENROLLING -> in toAuthenticationReason()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt26 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_ENROLLING
184 REASON_ENROLL_ENROLLING in updatesFingerprintAuthenticationReason_whenEnrollmentAuthenticationStarted()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsControllerOverlayTest.kt24 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_ENROLLING in <lambda>()
526 withReason(REASON_ENROLL_ENROLLING) { in <lambda>()
DUdfpsControllerTest.java551 BiometricRequestConstants.REASON_ENROLL_ENROLLING, in updateOverlayParams_recreatesOverlay_ifParamsChanged()
589 BiometricRequestConstants.REASON_ENROLL_ENROLLING, mUdfpsOverlayControllerCallback); in updateOverlayParams_doesNothing_ifParamsDidntChange()
671 BiometricRequestConstants.REASON_ENROLL_ENROLLING, mUdfpsOverlayControllerCallback); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()