Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1557 final HashMap<Integer, Integer> authenticators = new HashMap<>(); in authenticateInternal() local
1558 authenticators.put(modality, cookie); in authenticateInternal()
1559 mPendingAuthSession = new AuthSession(authenticators, token, sessionId, userId, in authenticateInternal()