Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8769344 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fingerprint VTS"

parents daa20b72 20105c8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// This is an autogenerated file, do not edit.
subdirs = [
    "fingerprint/2.1",
    "fingerprint/2.1/vts/functional"
]
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright (C) 2016 The Android Open Source Project
 * Copyright (C) 2017 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright (C) 2016 The Android Open Source Project
 * Copyright (C) 2017 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright (C) 2016 The Android Open Source Project
 * Copyright (C) 2017 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ enum RequestStatus : int32_t {
 * followed by ERROR_CANCELED.
 */
enum FingerprintError : int32_t {
  /* Used for testing, no error returned */
  ERROR_NO_ERROR = 0,
  /* The hardware has an error that can't be resolved. */
  ERROR_HW_UNAVAILABLE = 1,
  /* Bad data; operation can't continue */
Loading