Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java960 getCookieForPendingSession(mBiometricService.mAuthSession), in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
994 getCookieForPendingSession(mBiometricService.mAuthSession), in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
2021 private static int getCookieForPendingSession(AuthSession session) { in getCookieForPendingSession() method in BiometricServiceTest