Searched refs:mSfpsRestToUnlockFeature (Results 1 – 2 of 2) sorted by relevance
35 private SfpsRestToUnlockFeature mSfpsRestToUnlockFeature = null; field in FingerprintFeatureProviderImpl47 if (mSfpsRestToUnlockFeature == null) { in getSfpsRestToUnlockFeature()48 mSfpsRestToUnlockFeature = new SfpsRestToUnlockFeatureImpl(); in getSfpsRestToUnlockFeature()50 return mSfpsRestToUnlockFeature; in getSfpsRestToUnlockFeature()
63 private SfpsRestToUnlockFeature mSfpsRestToUnlockFeature; field in FingerprintEnrollFinish73 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()