Searched refs:getBiometricsPreferenceTitle (Results 1 – 2 of 2) sorted by relevance
155 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PIN)).contains( in updatePreferenceTextShowScreenLockAndShowFaceAndShowFingerprint()157 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PIN)).contains( in updatePreferenceTextShowScreenLockAndShowFaceAndShowFingerprint()159 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PATTERN)).contains( in updatePreferenceTextShowScreenLockAndShowFaceAndShowFingerprint()161 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PATTERN)).contains( in updatePreferenceTextShowScreenLockAndShowFaceAndShowFingerprint()163 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PASSWORD)).contains( in updatePreferenceTextShowScreenLockAndShowFaceAndShowFingerprint()165 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PASSWORD)).contains( in updatePreferenceTextShowScreenLockAndShowFaceAndShowFingerprint()181 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PIN)).contains( in updatePreferenceTextShowScreenLockAndShowFingerprint()183 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PIN)).doesNotContain( in updatePreferenceTextShowScreenLockAndShowFingerprint()185 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PATTERN)).contains( in updatePreferenceTextShowScreenLockAndShowFingerprint()187 assertThat(fragment.getBiometricsPreferenceTitle(ScreenLockType.PATTERN)).doesNotContain( in updatePreferenceTextShowScreenLockAndShowFingerprint()[all …]
672 getBiometricsPreferenceTitle(ScreenLockType.PATTERN)); in updatePreferenceText()674 getBiometricsPreferenceTitle(ScreenLockType.PIN)); in updatePreferenceText()676 getBiometricsPreferenceTitle(ScreenLockType.PASSWORD)); in updatePreferenceText()698 String getBiometricsPreferenceTitle(@NonNull ScreenLockType secureType) { in getBiometricsPreferenceTitle() method in ChooseLockGeneric.ChooseLockGenericFragment