Searched refs:shouldReEnroll (Results 1 – 2 of 2) sorted by relevance
57 public static GateKeeperResponse createOkResponse(byte[] payload, boolean shouldReEnroll) { in createOkResponse() argument60 response.mShouldReEnroll = shouldReEnroll; in createOkResponse()78 final boolean shouldReEnroll = source.readInt() == 1;85 response = createOkResponse(payload, shouldReEnroll);
1990 boolean shouldReEnroll = gateKeeperResponse.getShouldReEnroll(); in verifyCredential()2013 if (shouldReEnroll) { in verifyCredential()