Searched refs:createGenericResponse (Results 1 – 2 of 2) sorted by relevance
46 public static GateKeeperResponse createGenericResponse(int responseCode) { in createGenericResponse() method in GateKeeperResponse87 response = createGenericResponse(responseCode);
140 return GateKeeperResponse.createGenericResponse(GateKeeperResponse.RESPONSE_ERROR); in verifyChallenge()