Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintFeatureProviderImpl.java35 private SfpsRestToUnlockFeature mSfpsRestToUnlockFeature = null; field in FingerprintFeatureProviderImpl
47 if (mSfpsRestToUnlockFeature == null) { in getSfpsRestToUnlockFeature()
48 mSfpsRestToUnlockFeature = new SfpsRestToUnlockFeatureImpl(); in getSfpsRestToUnlockFeature()
50 return mSfpsRestToUnlockFeature; in getSfpsRestToUnlockFeature()
DFingerprintEnrollFinish.java63 private SfpsRestToUnlockFeature mSfpsRestToUnlockFeature; field in FingerprintEnrollFinish
73 mSfpsRestToUnlockFeature = FeatureFactory.getFeatureFactory() in onCreate()
85 final String sfpsDescription = mSfpsRestToUnlockFeature != null in onCreate()
86 ? mSfpsRestToUnlockFeature.getDescriptionForSfps(this) in onCreate()
126 final View restToUnlockLayout = mSfpsRestToUnlockFeature.getRestToUnlockLayout(this); in setUpRestToUnlockLayout()