Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java186 GateKeeperResponse gateKeeperResponse) { in fromGateKeeperResponse() argument
187 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse()
189 return fromTimeout(gateKeeperResponse.getTimeout()); in fromGateKeeperResponse()
191 byte[] token = gateKeeperResponse.getPayload(); in fromGateKeeperResponse()