Searched refs:getRestToUnlockLayout (Results 1 – 3 of 3) sorted by relevance
33 fun getRestToUnlockLayout(context: Context) : View? = null method
58 assertThat(mSfpsRestToUnlockFeatureImpl.getRestToUnlockLayout(mContext)) in getRestToUnlockLayout_isNull()
126 final View restToUnlockLayout = mSfpsRestToUnlockFeature.getRestToUnlockLayout(this); in setUpRestToUnlockLayout()