Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusUtilsTest.java158 assertThat(mActiveUnlockStatusUtils.getIntroForActiveUnlock()) in getIntro_faceEnabled_returnsFace()
170 assertThat(mActiveUnlockStatusUtils.getIntroForActiveUnlock()) in getIntro_fingerprintEnabled_returnsFingerprint()
182 assertThat(mActiveUnlockStatusUtils.getIntroForActiveUnlock()) in getIntro_faceAndFingerprintEnabled_returnsFaceAndFingerprint()
/packages/apps/Settings/src/com/android/settings/biometrics/combination/
DCombinedBiometricSettings.java85 introPreference.setTitle(mActiveUnlockStatusUtils.getIntroForActiveUnlock()); in updateUiForActiveUnlock()
/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusUtils.java184 public String getIntroForActiveUnlock() { in getIntroForActiveUnlock() method in ActiveUnlockStatusUtils