Home
last modified time | relevance | path

Searched refs:gateKeeperResponse (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java137 GateKeeperResponse gateKeeperResponse) { in fromGateKeeperResponse() argument
139 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse()
141 response = new VerifyCredentialResponse(gateKeeperResponse.getTimeout()); in fromGateKeeperResponse()
143 byte[] token = gateKeeperResponse.getPayload(); in fromGateKeeperResponse()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1401 private VerifyCredentialResponse convertResponse(GateKeeperResponse gateKeeperResponse) { in convertResponse() argument
1402 return VerifyCredentialResponse.fromGateKeeperResponse(gateKeeperResponse); in convertResponse()
1780 GateKeeperResponse gateKeeperResponse = getGateKeeperService() in verifyCredential() local
1782 VerifyCredentialResponse response = convertResponse(gateKeeperResponse); in verifyCredential()
1783 boolean shouldReEnroll = gateKeeperResponse.getShouldReEnroll(); in verifyCredential()