Searched refs:shouldReEnroll (Results 1 – 3 of 3) 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);
88 final int shouldReEnroll = FaceSetupSlice.getReEnrollSetting(mContext, userId); in getSlice() local99 } else if (shouldReEnroll == FACE_RE_ENROLL_SUGGESTED) { in getSlice()104 } else if (shouldReEnroll == FACE_RE_ENROLL_REQUIRED) { in getSlice()
2323 boolean shouldReEnroll = gateKeeperResponse.getShouldReEnroll(); in verifyCredential()2346 if (shouldReEnroll) { in verifyCredential()