Home
last modified time | relevance | path

Searched refs:getBiometricsPreferenceTitle (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupChooseLockGenericTest.java155 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 …]
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockGeneric.java672 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