Searched refs:shouldReEnroll (Results 1 – 2 of 2) sorted by relevance
59 public static GateKeeperResponse createOkResponse(byte[] payload, boolean shouldReEnroll) { in createOkResponse() argument62 response.mShouldReEnroll = shouldReEnroll; in createOkResponse()80 final boolean shouldReEnroll = source.readInt() == 1;87 response = createOkResponse(payload, shouldReEnroll);
2323 boolean shouldReEnroll = gateKeeperResponse.getShouldReEnroll(); in verifyCredential()2346 if (shouldReEnroll) { in verifyCredential()