Searched refs:GKResponseCode (Results 1 – 1 of 1) sorted by relevance
61 using GKResponseCode = ::android::service::gatekeeper::ResponseCode; typedef258 if (gkResponse->response_code() == GKResponseCode::OK) { in enroll()272 if (gkResponse->response_code() == GKResponseCode::OK && !gkResponse->should_reenroll()) { in enroll()279 if (!status.isOk() || verifyResponse.response_code() != GKResponseCode::OK) { in enroll()375 if (gkResponse->response_code() == GKResponseCode::OK) { in verifyChallenge()