Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricOverlayConstants.java34 int REASON_ENROLL_ENROLLING = 2; field
46 REASON_ENROLL_ENROLLING,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlay.kt29 import android.hardware.biometrics.BiometricOverlayConstants.REASON_ENROLL_ENROLLING
229 REASON_ENROLL_FIND_SENSOR, REASON_ENROLL_ENROLLING -> true
241 REASON_ENROLL_ENROLLING -> {
380 REASON_ENROLL_FIND_SENSOR, REASON_ENROLL_ENROLLING -> true
462 this == REASON_ENROLL_ENROLLING ||
H A DUdfpsShell.kt25 import android.hardware.biometrics.BiometricOverlayConstants.REASON_ENROLL_ENROLLING
107 "enroll-enrolling" -> REASON_ENROLL_ENROLLING
H A DUdfpsController.java24 import static android.hardware.biometrics.BiometricOverlayConstants.REASON_ENROLL_ENROLLING;
497 case REASON_ENROLL_ENROLLING: in getBiometricSessionType()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DEnrollClient.java143 return BiometricOverlayConstants.REASON_ENROLL_ENROLLING; in getOverlayReasonFromEnrollReason()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlayTest.kt24 import android.hardware.biometrics.BiometricOverlayConstants.REASON_ENROLL_ENROLLING
335 withReason(REASON_ENROLL_ENROLLING) {
H A DUdfpsControllerTest.java509 BiometricOverlayConstants.REASON_ENROLL_ENROLLING, in updateOverlayParams_recreatesOverlay_ifParamsChanged()
544 BiometricOverlayConstants.REASON_ENROLL_ENROLLING, mUdfpsOverlayControllerCallback); in updateOverlayParams_doesNothing_ifParamsDidntChange()
621 BiometricOverlayConstants.REASON_ENROLL_ENROLLING, mUdfpsOverlayControllerCallback); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()