Searched defs:authenticatorId (Results 1 – 6 of 6) sorted by relevance
68 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()69 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
450 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
401 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
94 final int authenticatorId = 1; in testFaceRemovalClient() local
181 AuthenticatorState(Integer authenticatorId, boolean permanentlyLockedOut, in AuthenticatorState()