Home | History | Annotate | Download | only in widget

Lines Matching refs:userId

60      * @param userId The user to check against the pattern.
66 final int userId,
82 return utils.verifyPattern(patternCopy, challenge, userId);
103 * @param userId The user to check against the pattern.
108 final int userId,
124 return utils.checkPattern(patternCopy, userId, callback::onEarlyMatched);
151 * @param userId The user to check against the pattern.
157 final int userId,
165 return utils.verifyPassword(password, challenge, userId);
187 * @param userId The user to check against the pattern.
194 final int userId,
202 return utils.verifyTiedProfileChallenge(password, isPattern, challenge, userId);
223 * @param userId The user to check against the pattern.
228 final int userId,
236 return utils.checkPassword(password, userId, callback::onEarlyMatched);