Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintFeatureProviderImpl.java26 import com.android.settings.biometrics.fingerprint.feature.SfpsRestToUnlockFeature;
35 private SfpsRestToUnlockFeature mSfpsRestToUnlockFeature = null;
46 public SfpsRestToUnlockFeature getSfpsRestToUnlockFeature(@NonNull Context context) { in getSfpsRestToUnlockFeature()
DFingerprintFeatureProvider.java27 import com.android.settings.biometrics.fingerprint.feature.SfpsRestToUnlockFeature;
54 SfpsRestToUnlockFeature getSfpsRestToUnlockFeature(@NonNull Context context); in getSfpsRestToUnlockFeature()
DFingerprintEnrollFinish.java37 import com.android.settings.biometrics.fingerprint.feature.SfpsRestToUnlockFeature;
63 private SfpsRestToUnlockFeature mSfpsRestToUnlockFeature;
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/feature/
DSfpsRestToUnlockFeatureImpl.kt21 class SfpsRestToUnlockFeatureImpl : SfpsRestToUnlockFeature {
DSfpsRestToUnlockFeature.kt26 interface SfpsRestToUnlockFeature { interface