Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java1630 final String[] enrollStageThresholdStrings; in createEnrollStageThresholds() local
1632 enrollStageThresholdStrings = context.getResources().getStringArray( in createEnrollStageThresholds()
1635 enrollStageThresholdStrings = context.getResources().getStringArray( in createEnrollStageThresholds()
1639 final float[] enrollStageThresholds = new float[enrollStageThresholdStrings.length]; in createEnrollStageThresholds()
1641 enrollStageThresholds[i] = Float.parseFloat(enrollStageThresholdStrings[i]); in createEnrollStageThresholds()