Searched refs:SfpsRestToUnlockFeatureImpl (Results 1 – 4 of 4) sorted by relevance
35 private lateinit var mSfpsRestToUnlockFeatureImpl: SfpsRestToUnlockFeatureImpl42 mSfpsRestToUnlockFeatureImpl = SfpsRestToUnlockFeatureImpl() in setUp()49 .isInstanceOf(SfpsRestToUnlockFeatureImpl::class.java) in getDescriptionForSfps_isNotNull()57 .isInstanceOf(SfpsRestToUnlockFeatureImpl::class.java) in getRestToUnlockLayout_isNull()
27 import com.android.settings.biometrics.fingerprint.feature.SfpsRestToUnlockFeatureImpl;48 mSfpsRestToUnlockFeature = new SfpsRestToUnlockFeatureImpl(); in getSfpsRestToUnlockFeature()
22 import com.android.settings.biometrics.fingerprint.feature.SfpsRestToUnlockFeatureImpl53 .isInstanceOf(SfpsRestToUnlockFeatureImpl::class.java) in getSfpsRestToUnlockFeature_returnDefaultImpl()
21 class SfpsRestToUnlockFeatureImpl : SfpsRestToUnlockFeature { class