Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java798 getCookieForPendingSession(mBiometricService.mCurrentAuthSession), in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
832 getCookieForPendingSession(mBiometricService.mCurrentAuthSession), in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
1711 private static int getCookieForPendingSession(AuthSession session) { in getCookieForPendingSession() method in BiometricServiceTest