Searched defs:vcr (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java1273 private void setUserKeyProtection(int userId, String credential, VerifyCredentialResponse vcr) argument
1276 if (vcr == null) {
1279 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) {
1281 + vcr.getResponseCode());
1283 byte[] token = vcr.getPayload();

Completed in 228 milliseconds