Searched refs:SfpsEnrollmentFeature (Results 1 – 5 of 5) sorted by relevance
24 import com.android.settings.biometrics.fingerprint.feature.SfpsEnrollmentFeature;32 private SfpsEnrollmentFeature mSfpsEnrollmentFeatureImpl = null;38 public SfpsEnrollmentFeature getSfpsEnrollmentFeature() { in getSfpsEnrollmentFeature()
26 import com.android.settings.biometrics.fingerprint.feature.SfpsEnrollmentFeature;34 SfpsEnrollmentFeature getSfpsEnrollmentFeature(); in getSfpsEnrollmentFeature()
73 import com.android.settings.biometrics.fingerprint.feature.SfpsEnrollmentFeature;201 private SfpsEnrollmentFeature mSfpsEnrollmentFeature = new EmptySfpsEnrollmentFeature();1212 private static class EmptySfpsEnrollmentFeature implements SfpsEnrollmentFeature {
32 public interface SfpsEnrollmentFeature { interface
41 public class SfpsEnrollmentFeatureImpl implements SfpsEnrollmentFeature {