Home
last modified time | relevance | path

Searched refs:getRestToUnlockLayout (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/feature/
DSfpsRestToUnlockFeature.kt33 fun getRestToUnlockLayout(context: Context) : View? = null method
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/fingerprint/feature/
DSfpsRestToUnlockFeatureImplTest.kt58 assertThat(mSfpsRestToUnlockFeatureImpl.getRestToUnlockLayout(mContext)) in getRestToUnlockLayout_isNull()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFinish.java126 final View restToUnlockLayout = mSfpsRestToUnlockFeature.getRestToUnlockLayout(this); in setUpRestToUnlockLayout()