Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java132 private static final String FACE_SUBTITLE = "face_subtitle"; field in BiometricServiceTest
228 .thenReturn(FACE_SUBTITLE); in setUp()
491 assertEquals(FACE_SUBTITLE, mBiometricService.mAuthSession.mPromptInfo.getSubtitle()); in testAuthenticateFace_shouldShowSubtitleForFace()