Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java136 public static VerifyCredentialResponse fromGateKeeperResponse( in fromGateKeeperResponse() method in VerifyCredentialResponse
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java668 return VerifyCredentialResponse.fromGateKeeperResponse(response); in verifyFrpCredential()
DLockSettingsService.java1402 return VerifyCredentialResponse.fromGateKeeperResponse(gateKeeperResponse); in convertResponse()